Search Articles — Sudonull

Search Results

In this project

ART Prefix Trees: Memory and Cache Optimization

https://sudonull.com/art-prefix-trees-memory-and-cache-optimization

Learn how to optimize prefix trees from 825 MB to 18 MB. ART benchmarks, radix trees and comparison with hash tables for autocomplete. Real code and metrics.

Merkle Tree on Go: generics and proof

https://sudonull.com/merkle-tree-on-go-generics-and-proof

Implementation of Merkle Tree on Golang with generics. Proof of inclusion in O(log N), CBOR hashing, code examples. For middle/senior dev — study and apply in blockchains.

Binary search trees: O(log n) and cache performance

https://sudonull.com/binary-search-trees-o-log-n-and-cache-performance

Breakdown of real binary search tree (BST) performance in the cache memory context. Why O(log n) is not always fast, comparison with sorted arrays and when to use BST.

ltree in PostgreSQL with JPA: storing trees

https://sudonull.com/ltree-in-postgresql-with-jpa-storing-trees

Integration of ltree for hierarchical data in PostgreSQL and JPA. Performance comparison with recursive SQL. Application in microservices for developers.

From other projects

Hack of DeFi Protocol Fluid: Theft of FLUID and GHO Tokens

https://ymaho.com/hack-of-defi-protocol-fluid-theft-of-fluid-and-gho-tokens

Analysis of the Fluid hack via Merkle tree vulnerability: $215k stolen, two private keys compromised. Learn the attack details and consequences for DeFi.

Star care for mature skin: experts on Allure readers' choice

https://ymaho.com/star-care-for-mature-skin-experts-on-allure-readers-choice

We analyze the anti-age body care trend: Tree Hut scrub and Drunk Elephant cream. Why does the industry monetize 'crepey' skin and how not to overpay? Read the analysis.

DeepMind's ERA System: AI Rewrites Scientific Code

https://ymaho.com/deepmind-s-era-system-ai-rewrites-scientific-code

Google DeepMind introduced ERA, an AI agent for automatic optimization of scientific code. Learn how it changes science and reduces the discovery cycle from weeks to hours.

Trending Now