intel / x86-simd-sortLinks
C++ template library for high performance SIMD based sorting algorithms
☆955Updated last month
Alternatives and similar repositories for x86-simd-sort
Users that are interested in x86-simd-sort are comparing it to the libraries listed below
Sorting:
- Expressive Vector Engine - SIMD in C++ Goes Brrrr☆1,226Updated this week
- Vector class library, latest version☆1,383Updated last year
- A fast & densely stored hashmap and hashset based on robin-hood backward shift deletion☆1,125Updated 6 months ago
- std::simd for GCC [ISO/IEC TS 19570:2018]☆626Updated 2 years ago
- Unicode routines (UTF8, UTF16, UTF32) and Base64: billions of characters per second using SSE2, AVX2, NEON, AVX-512, RISC-V Vector Extens…☆1,438Updated this week
- Reference implementation of Dragonbox in C++☆661Updated 9 months ago
- 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,844Updated 2 months ago
- A collection of lock-free data structures written in standard C++11☆912Updated 6 months ago
- Storage for my snippets, toy programs, etc.☆362Updated 4 months ago
- Implementations of SIMD instruction sets for systems which don't natively support them.☆2,754Updated last week
- A bleeding-edge, lock-free, wait-free, continuation-stealing tasking library built on C++20's coroutines☆715Updated 5 months ago
- Official git repository for libdivide: optimized integer division☆1,229Updated last month
- SIMD Library for Evaluating Elementary Functions, vectorized libm and DFT☆746Updated 3 weeks ago
- Comprehensive benchmarks of C++ maps☆311Updated 2 years ago
- C++ wrappers for SIMD intrinsics and parallelized, optimized mathematical functions (SSE, AVX, AVX512, NEON, SVE))☆2,452Updated last week
- Message passing based allocator☆1,713Updated 3 weeks ago
- SIMD Vector Classes for C++☆1,505Updated last year
- A curated list of awesome SIMD frameworks, libraries and software☆199Updated 10 months ago
- Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20☆1,577Updated 2 years ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆600Updated last week
- This repository contains high-performance implementations of memset and memcpy in assembly.☆331Updated 3 years ago
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆748Updated 10 months ago
- Agenium Scale vectorization library for CPUs and GPUs☆333Updated 3 years ago
- Omnitrace: Application Profiling, Tracing, and Analysis☆321Updated last week
- nsync is a C library that exports various synchronization primitives, such as mutexes☆1,186Updated 3 months ago
- Complete implementations from "Algorithms for Modern Hardware"☆767Updated 2 years ago
- P1031 low level file i/o and filesystem library for the C++ standard☆970Updated 3 weeks ago
- Portable header-only C++ low level SIMD library☆1,281Updated 11 months ago
- C++ implementation of a fast hash map and hash set using robin hood hashing☆1,379Updated 4 months ago
- Fast function to parse strings into double (binary64) floating-point values, enforces the RFC 7159 (JSON standard) grammar: 4x faster tha…