daniel-j-h / cpp14-snippetsLinks
snippets of what's new in the c++14 standard
☆30Updated 11 years ago
Alternatives and similar repositories for cpp14-snippets
Users that are interested in cpp14-snippets are comparing it to the libraries listed below
Sorting:
- snippets of what's new in the c++11 standard☆54Updated 11 years ago
- Memory-mapped storage library☆76Updated 9 years ago
- A benchmark of some prominent C/C++ hash table implementations☆105Updated 6 years ago
- Self-contained C/C++ profiler library for Linux☆176Updated 10 months ago
- An efficient and configurable logging framework for C++☆137Updated 3 years ago
- Profile what you care, monitor how it goes (support C/C++)☆91Updated 8 years ago
- Distributed search engine in C++14, using nanomsg for communication, bond for serialization.☆67Updated 10 years ago
- A C++ library for concurrent programming☆71Updated 4 years ago
- A portable in-place bitwise binary Fredkin trie algorithm which allows for near constant time insertions, deletions, finds, closest fit f…☆275Updated 4 years ago
- Sample implementation of a proposed C++ hashing framework☆29Updated 9 years ago
- C++ implementation of concurrent Binary Search Trees☆72Updated 10 years ago
- A simple template to start quickly a C++ project managed by CMake.☆41Updated 7 years ago
- Library containing high-performance datastructures and utilities for C++☆74Updated 8 years ago
- Enjoy template metaprogramming☆113Updated 8 years ago
- Implementing coroutines, channels, message passing, etc.☆133Updated 3 years ago
- High-performance multicore-scalable data structures and benchmarks☆142Updated 6 years ago
- A Low-latency, Locality-conscious Memory Allocator with Stable Performance Scalability☆68Updated 11 years ago
- ☆172Updated 6 years ago
- Low-Level Data Structure - efficient data structures, and fast data access in the 3.x/4.x/5.x/6.x kernel☆120Updated 2 years ago
- Fast decoder for VByte-compressed integers☆125Updated last year
- C++ Green threads and coroutines library☆38Updated 11 years ago
- Lock-free multithreaded memory allocation☆108Updated 8 years ago
- C++ implementations of indexing mechanisms, including a Hilbert-curve geohash based spatial index and a linear hashing table, for disk or…☆78Updated 4 years ago
- A C++ pointer bump memory arena implementation☆93Updated 10 years ago
- MDBM a very fast memory-mapped key/value store.☆77Updated 2 years ago
- A C++11 std::vector-compliant implementation with a customizable size type and growing algorithm☆69Updated 10 years ago
- A dependency-based coroutine scheduler☆45Updated 8 years ago
- Benchmark comparing various data serialization libraries (thrift, protobuf etc.) for C++☆35Updated 8 years ago
- Consistent Hashing data structures and algorithms for C++☆39Updated 8 years ago
- Semantic syntax highlighting and hyperlinking of C/C++ source code with libclang. (Demo: https://oberon00.github.io/synth)☆169Updated 9 years ago