lemire / fastrandLinks
Fast random number generation in an interval in Python: Up to 10x faster than random.randint.
☆116Updated 3 weeks ago
Alternatives and similar repositories for fastrand
Users that are interested in fastrand are comparing it to the libraries listed below
Sorting:
- Python bindings for the fast integer compression library FastPFor.☆61Updated last year
- ☆50Updated 5 years ago
- TMPPy is a subset of Python that can be compiled to C++ meta-functions using the py2tmp compiler.☆35Updated 3 years ago
- SIMD recipes, for various platforms (collection of code snippets)☆49Updated 4 years ago
- How fast can we shuffle values?☆38Updated last year
- Retrospective of Python compilation efforts☆65Updated 3 years ago
- A SIMD-based C++ library providing rank/select queries over mutable bitmaps.☆35Updated 2 years ago
- Succinct data structures in C/C++☆88Updated 11 months ago
- Unifying Python/C++/CUDA memory: Python buffered array ↔️ `std::vector` ↔️ CUDA managed memory☆82Updated last week
- ☆150Updated 3 years ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year
- This small library enables acceleration of bulk calls of certain math functions on AVX and AVX2 hardware. Currently supported operations …☆87Updated 3 years ago
- Command line interface to and serialization format for Blosc☆123Updated 2 years ago
- Random material having to do with Daniel Lemire's talks☆32Updated 2 months ago
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆119Updated 5 years ago
- Numpy-compatible bit generators and add some random variate distributions missing from NumPy.☆121Updated 3 weeks ago
- Utilities for writing C++ extension modules.☆84Updated 2 years ago
- Quick sort code using AVX2 instructions☆69Updated 8 years ago
- ☆28Updated 2 years ago
- Vectorized version of the PCG random number generator☆83Updated 6 months ago
- A flexible and efficient C++ implementation of the Binary Interpolative Coding algorithm.☆30Updated 2 years ago
- A multidimensional data container on top of Blosc2.☆45Updated 2 years ago
- Data compression using LSTM☆136Updated 2 years ago
- A C++ skip list with Python bindings. This can be used to calculate a rolling median - fast!☆50Updated 5 months ago
- Data Parallel Python☆209Updated 12 years ago
- A collection of C++ headers which make it easier to write Python C extension modules.☆86Updated 3 weeks ago
- Python bindings for xorfilter(faster and smaller than bloom and cuckoo filters)☆117Updated 3 weeks ago
- Fast implementations of the scancount algorithm: C++ header-only library☆27Updated 5 years ago
- SIMD-enabled descriptive statistics (mean, variance, covariance, correlation)☆18Updated 5 months ago
- 💥 Fast matrix-multiplication as a self-contained Python library – no system dependencies!☆226Updated 3 months ago