JamesQuintero / ShiftSortLinks
Sorting algorithm quicker than MergeSort, and is adaptive and stable.
☆40Updated 3 years ago
Alternatives and similar repositories for ShiftSort
Users that are interested in ShiftSort are comparing it to the libraries listed below
Sorting:
- multi-way atomic compare-and-swap with x64/TSX☆86Updated 8 years ago
- compile time assembly interpreter☆85Updated 7 years ago
- ☆31Updated 9 years ago
- bit & sketches data structures☆60Updated 6 years ago
- A collection of clang plugins for safer C programming☆91Updated 6 years ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- Coroutines/Fibers implementation for x86☆65Updated 9 years ago
- A dependency-based coroutine scheduler☆45Updated 8 years ago
- Sequence data structure with efficient random access insert and erase☆13Updated 2 years ago
- Popular hash table implementation benchmarks☆27Updated 8 years ago
- Compile-time TRIE based string matcher (C++11)☆52Updated 6 years ago
- A small test for multithreaded C++ stack unwinding on unixes☆16Updated 5 years ago
- Demontrates the power and simplicity of writing C++ programs in the data abstraction-style.☆42Updated 6 years ago
- C++ reimplementation of https://github.com/emilk/drop-merge-sort☆21Updated 3 years ago
- Support for Currying and Function Composition in C++☆61Updated 10 years ago
- An-source C library developed and used at AppNexus.☆111Updated 5 years ago
- Hashing functions and PRNGs based on them☆162Updated 7 months ago
- Fastest Histogram Construction☆71Updated 3 years ago
- Fast generalized heap tree algorithms in C++ and C. Provides simultaneous support for D-heap and B-heap.☆135Updated 6 years ago
- Counting the collisions with perl hash tables per function☆12Updated 6 years ago
- Many functions in C for sorting the nibbles in an 8-byte word☆33Updated 10 years ago
- Experiments with array layouts for comparison-based searching☆84Updated last year
- Composable Data and Type Generators for C++☆10Updated 6 years ago
- C++ version of Doug Lea's excellent malloc() implementation.☆153Updated 5 years ago
- C API for creation and analysis of binary data☆21Updated 8 years ago
- A colorful C++ type name demangler (like c++filt, but fancier)☆21Updated 10 years ago
- ☆57Updated 6 years ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year
- Benchmark showing the we can randomly hash strings very quickly with good universality☆138Updated 8 months ago
- Comparing linear and binary searches☆41Updated 5 years ago