Rust performance book
Practical guide to writing fast Rust code. Covers profiling, SIMD, and optimization techniques.
Practical guide to writing fast Rust code. Covers profiling, SIMD, and optimization techniques.
A deep dive into the LevelDB to understand how LSM trees work in practice.
A collection of techniques for optimizing code to take advantage of CPU cache hierarchies.
A collection of techniques for optimizing code to take advantage of CPU cache hierarchies.
A collection of blogs and articles about Rust programming, covering various topics and insights, from a cracked engineer.
Improvements to the HNSW algorithm for distribution & parameter aware exploration search.
A B-tree variant that uses 'machine learning' to improve search/index performance.
An interactive explanation of the Google's TurboQuant quantization algorithm