lemire / fastrandLinks
Fast random number generation in an interval in Python: Up to 10x faster than random.randint.
☆115Updated 2 months ago
Alternatives and similar repositories for fastrand
Users that are interested in fastrand are comparing it to the libraries listed below
Sorting:
- SIMD recipes, for various platforms (collection of code snippets)☆49Updated 4 years ago
- Command line interface to and serialization format for Blosc☆123Updated 2 years ago
- ☆49Updated 5 years ago
- Vectorized version of the PCG random number generator☆80Updated 5 months ago
- How fast can we shuffle values?☆38Updated last year
- A SIMD-based C++ library providing rank/select queries over mutable bitmaps.☆35Updated 2 years ago
- Retrospective of Python compilation efforts☆64Updated 3 years ago
- Succinct data structures in C/C++☆89Updated 10 months ago
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆117Updated 5 years ago
- ☆28Updated 2 years ago
- Quick sort code using AVX2 instructions☆69Updated 8 years ago
- Compile time fixed point scalars and n-dimensional arrays for C++17.☆12Updated 7 years ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year
- Utilities for writing C++ extension modules.☆85Updated 2 years ago
- Fast implementations of the scancount algorithm: C++ header-only library☆27Updated 5 years ago
- Unifying Python/C++/CUDA memory: Python buffered array ↔️ `std::vector` ↔️ CUDA managed memory☆82Updated last week
- ☆149Updated 2 years ago
- Fast C functions for the computing the positional popcount (pospopcnt).☆54Updated 5 years ago
- Multihreaded 64 bit c++ files for processing numba arrays☆17Updated last year
- String Matching Algorithms Research Tool☆104Updated last year
- TMPPy is a subset of Python that can be compiled to C++ meta-functions using the py2tmp compiler.☆35Updated 3 years ago
- 💥 Fast matrix-multiplication as a self-contained Python library – no system dependencies!☆227Updated 2 months ago
- This small library enables acceleration of bulk calls of certain math functions on AVX and AVX2 hardware. Currently supported operations …☆87Updated 3 years ago
- My very own vxsort re-implemented with "modern" C++ by a complete idiot (in C++)☆30Updated last year
- Creating minimal perfect hash functions☆60Updated last year
- Data Parallel Python☆208Updated 12 years ago
- Random material having to do with Daniel Lemire's talks☆32Updated 2 weeks ago
- Long-term book project☆34Updated 3 years ago
- A benchmark for sorting algorithms☆61Updated 4 years ago
- A C++ skip list with Python bindings. This can be used to calculate a rolling median - fast!☆50Updated 3 months ago