Tiny Pointers is a C library for space-efficient pointer compression, reducing memory overhead while maintaining fast lookups. Supports SIMPLE, FIXED, and VARIABLE variants with thread safety and resizing (SIMPLE only).
hashing multi-threading data-structures thread-safety google-test c-library c-programming load-factor tiny-pointers space-efficient-pointers memory-compression constant-time-operations resizable-tables fixed-size-tables variable-size-tables pointer-optimization dynamic-resizing high-performance-memory-management
-
Updated
Mar 18, 2025 - C