tpn / agnerLinks
Collection of Agner Fog Software
☆44Updated 7 years ago
Alternatives and similar repositories for agner
Users that are interested in agner are comparing it to the libraries listed below
Sorting:
- 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…☆59Updated 2 years ago
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆183Updated 12 years ago
- EDSL for C++ to make just-in-time code generation easier☆86Updated 2 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆84Updated 10 years ago
- UME::SIMD A library for explicit simd vectorization.☆91Updated 7 years ago
- A Low-latency, Locality-conscious Memory Allocator with Stable Performance Scalability☆68Updated 12 years ago
- Parallel C++ algorithms☆66Updated last year
- Rebooting the std::bitset franchise☆45Updated last month
- fast prime sieve and hash algorithm☆39Updated 3 months ago
- Code for benchmarking of mutexes to accompany a blog post of mine.☆29Updated 5 years ago
- SIMD (SSE) string functions☆103Updated 8 years ago
- Programming Accelerators with C++ (PACXX)☆58Updated 7 years ago
- Very low-overhead timer/counter interfaces for C on Intel 64 processors.☆138Updated last month
- Constexpr hash map, generates a constant KV hash map at compile time.☆18Updated 9 years ago
- Floating point printing and parsing library based on Grisu2 and Krosh algorithms☆29Updated 2 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆46Updated 6 years ago
- A proposal for a futures programming model for ISO C++☆22Updated 7 years ago
- x86/x64 JIT compiler for math string expressions written in C++. Parser is Boost.Spirit X3. AST transformations: partial derivation, cons…☆48Updated 9 years ago
- Portable C++ SIMD library☆171Updated 6 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 4 years ago
- Reworking of Agner Fog's performance test programs for Linux☆115Updated last month
- Effective Memory Reclamation