18 results for “topic:cache-friendly”
Drop-in replacement for std::optional that does not waste memory unnecessarily
Zoo library
Black-White Array: fast, ordered data structure based on arrays with O(log N) memory allocations
C++ development framework for building reliable cache-friendly distributed and concurrent multicore software
High-performance C# Data Structures library (Grid2D, BitArray, RingBuffer, EnumSet) optimized for memory and CPU cache locality. Available on NuGet & OpenUPM.
A generic Hash Table implemented in CPP
Fast, lightweight, software development tool.
Enhancing Heap-Tree Efficiency for Modern Computing
My attempt to remove the bottlenecks in my dual-threaded mergesort.
Optimized hash table implementation
A simple, fast, and modern C++ Entity-Component System — all in a single header file!
High-performance minimal C++ ECS with cache-friendly design for fast, modular entity management.
Data structure list with visualization
experimenting with a cache-line friendly BST idea in Rust
Comparison of cache-friendly and non-cache-friendly coding methods.
Type abstractor for polymorphic hierarchies.
A deterministic HFT Matching Engine in C++20. Features O(1) execution, cache-friendly memory layout, and custom allocators. Benchmark: 20ns median / 60ns tail.
Cache-friendly linked list data structure implementation