scattered
Cache optimized container
A C++ library that improves cache line utilization and reduces false sharing in data structures
C++ Scattered Containers
65 stars
7 watching
33 forks
Language: C++
last commit: over 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
sstadick/gzp | A multi-threaded data compression library written in Rust. | 154 |
bear-metal/tunemygc | An optimization tool for Ruby's garbage collector to improve performance and memory usage in large applications | 346 |
oastuff/clusteredbigcache | Provides in-memory caching with clustering support | 45 |
serge-sans-paille/frozen | A library that provides efficient, constexpr-friendly container classes and algorithms for C++14 developers | 1,323 |
sigkill79/sts | A header-only library for optimizing vertex cache sizes of triangles. | 62 |
jeremygrosser/chests | Generic bounded containers for static memory allocation | 3 |
ziggycreatures/fusioncache | A hybrid cache with advanced resiliency features and optional real-time sync capabilities | 1,846 |
clementfarabet/lbfgs | An interface to a library providing a quasi-newton method for optimization problems | 2 |
yrnkrn/zapcc | A caching C++ compiler based on clang to speed up compilation | 1,250 |
binary1248/gls | A library to reduce boilerplate OpenGL code | 18 |
g1mv/density | A fast compression library designed to achieve optimal compression ratios while minimizing processing time. | 1,017 |
iwanbk/bcache | A distributed in-memory caching system with eventual consistency and configurable maximum keys | 156 |
mapbox/gzip-hpp | A C++ library for efficient compression and decompression of binary data | 325 |
kassane/unordered | A collection of hash containers with different standards compliance levels and intended use cases. | 0 |
gpleiss/efficient_densenet_pytorch | An implementation of DenseNets optimized to save GPU memory by using checkpointing | 1,521 |