chandlerc / chandlerc.github.ioLinks
Thoughts on programming languages, compilers, optimization, and performance.
☆11Updated 6 years ago
Alternatives and similar repositories for chandlerc.github.io
Users that are interested in chandlerc.github.io are comparing it to the libraries listed below
Sorting:
- A set of benchmarking tools used to quantify the performance of BDE-style polymorphic allocators.☆33Updated 9 years ago
- Unstable O(n log n) sorting algorithm with O(n) memory☆62Updated 2 years ago
- c++ wrapper around libpapi☆79Updated 7 years ago
- The stack_unwinding is a small header only C++ library which supplies primitive(class unwinding_indicator) to determining when object des…☆87Updated 9 years ago
- A C++ pointer bump memory arena implementation☆93Updated 10 years ago
- Origin C++11 Libraries☆132Updated 8 years ago
- UME::SIMD A library for explicit simd vectorization.☆91Updated 7 years ago
- Very low-overhead timer/counter interfaces for C on Intel 64 processors.☆134Updated 5 years ago
- Implementation of n3554, a proposal to include parallelized versions of the STL algorithms into the C++ standard.☆26Updated 9 years ago
- immintrin_dbg.h is an include file, a wrapper around immintrin.h. It implements most of AVX, AVX2, AVX-512 vector intrinsics to enable so…☆57Updated 2 years ago
- Modern library for bulk-synchronous parallel programs.☆94Updated 2 years ago
- ☆32Updated 4 years ago
- A simple replacement for std::unordered_map☆50Updated last year
- A C++ library that simplifies working with tuples, variants, and more through argument list generation and the ability to convert from ru…☆62Updated 5 years ago
- C++ micro benchmark library☆97Updated 8 years ago
- A proposal for a futures programming model for ISO C++☆22Updated 7 years ago
- Collection of Agner Fog Software☆44Updated 7 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 8 years ago
- The world's first Web-scale memory allocator☆108Updated 7 years ago
- A proposal for a executor programming model for ISO C++☆141Updated 5 years ago
- C++ standard library features, "from scratch"☆193Updated 8 months ago
- A prototype implementation of the executors proposal☆85Updated 6 years ago
- fast prime sieve and hash algorithm☆38Updated 3 weeks ago
- Presentation materials for C++Now 2016☆83Updated 8 years ago
- Not Another Range Library☆39Updated 11 years ago
- C++ Scattered Containers☆67Updated 8 years ago
- A Low-latency, Locality-conscious Memory Allocator with Stable Performance Scalability☆68Updated 11 years ago
- Visualization tool for Templight C++ template debugger traces☆90Updated 6 years ago
- ☆172Updated 6 years ago
- The Berkeley Container Library