Gregory Popovitch

Results 5 repositories owned by Gregory Popovitch

parallel-hashmap

2.4k
Stars
227
Forks
Watchers

A family of header-only, very fast and memory-friendly hashmap and btree containers.

sparsepp

1.2k
Stars
124
Forks
Watchers

A fast, memory efficient hash map for C++

dlmalloc

144
Stars
17
Forks
Watchers

C++ version of Doug Lea's excellent malloc() implementation.

gtl

96
Stars
5
Forks
Watchers

Greg's Template Library of useful classes.

sho

36
Stars
2
Forks
Watchers

Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.