intel / x86-simd-sort
C++ template library for high performance SIMD based sorting algorithms
☆909Updated 2 months ago
Alternatives and similar repositories for x86-simd-sort:
Users that are interested in x86-simd-sort are comparing it to the libraries listed below
- Expressive Vector Engine - SIMD in C++ Goes Brrrr☆1,121Updated this week
- A fast & densely stored hashmap and hashset based on robin-hood backward shift deletion☆995Updated last month
- std::simd for GCC [ISO/IEC TS 19570:2018]☆599Updated last year
- Fast and exact implementation of the C++ from_chars functions for number types: 4x to 10x faster than strtod, part of GCC 12, Chromium, R…☆1,686Updated last week
- Reference implementation of Dragonbox in C++☆627Updated 3 months ago
- Vector class library, latest version☆1,331Updated 11 months ago
- Unicode routines (UTF8, UTF16, UTF32) and Base64: billions of characters per second using SSE2, AVX2, NEON, AVX-512, RISC-V Vector Extens…☆1,276Updated this week
- C++ wrappers for SIMD intrinsics and parallelized, optimized mathematical functions (SSE, AVX, AVX512, NEON, SVE))☆2,294Updated this week
- A collection of lock-free data structures written in standard C++11☆829Updated last week
- A bleeding-edge, lock-free, wait-free, continuation-stealing tasking library built on C++20's coroutines☆635Updated 2 weeks ago
- Official git repository for libdivide: optimized integer division☆1,136Updated this week
- Storage for my snippets, toy programs, etc.☆347Updated this week
- Greg's Template Library of useful classes.☆168Updated last week
- Omnitrace: Application Profiling, Tracing, and Analysis☆308Updated last week
- Implementations of SIMD instruction sets for systems which don't natively support them.☆2,509Updated this week
- Message passing based allocator☆1,604Updated this week
- Comprehensive benchmarks of C++ maps☆303Updated last year
- SIMD Library for Evaluating Elementary Functions, vectorized libm and DFT☆688Updated this week
- Fast function to parse strings into double (binary64) floating-point values, enforces the RFC 7159 (JSON standard) grammar: 4x faster tha…☆648Updated 2 months ago
- Fast and memory efficient c++ flat hash map/set☆539Updated this week
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆733Updated 4 months ago
- Complete implementations from "Algorithms for Modern Hardware"☆724Updated 2 years ago
- Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20