Daniel Lemire

Results 49 repositories owned by Daniel Lemire

JavaFastPFOR

530
Stars
61
Forks
Watchers

A simple integer compression library in Java

rollinghashcpp

180
Stars
32
Forks
Watchers

Rolling Hash C++ Library

StronglyUniversalStringHashing

131
Stars
12
Forks
Watchers

Benchmark showing the we can randomly hash strings very quickly with good universality

LittleIntPacker

83
Stars
9
Forks
Watchers

C library to pack and unpack short arrays of integers as fast as possible

fastrand

83
Stars
12
Forks
Watchers

Fast random number generation in an interval in Python: Up to 10x faster than random.randint.

fastmod

291
Stars
27
Forks
Watchers

A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.

dictionary

100
Stars
9
Forks
Watchers

High-performance dictionary coding

SIMDxorshift

108
Stars
14
Forks
Watchers

Fast random number generators: Vectorized (SIMD) version of xorshift128+

csharpewah

82
Stars
23
Forks
Watchers

Compressed bitmaps in C#

rollinghashjava

75
Stars
13
Forks
Watchers

Rolling hash functions in Java