Pinned Repositories
2014-CS211
Solutions to CS211 Data structures and algorithms for 2014
BitVector
A little BitVector class I wrote for a space saving sieve of eratosthenes
concurrent-robin-hood-hashing
Concurrent Robin Hood Hashing
congenial-spork
cpuinfo
CPU INFOrmation library (x86/x86-64/ARM/ARM64, Linux/Windows/Android/macOS/iOS)
cub
CUB is a flexible library of cooperative threadblock primitives and other utilities for CUDA kernel programming.
def_reclaim_examples
Examples of where DEF's builtin memory management makes reclaiming memory a breeze.
LockFreeHopscotchHashing
Implementation and benchmark of lock-free Hopscotch Hashing
ThreadScan
ThreadScan runtime support for concurrent data structures in C and C++
pqueues
Priority Queues
DaKellyFella's Repositories
DaKellyFella/LockFreeHopscotchHashing
Implementation and benchmark of lock-free Hopscotch Hashing
DaKellyFella/concurrent-robin-hood-hashing
Concurrent Robin Hood Hashing
DaKellyFella/2014-CS211
Solutions to CS211 Data structures and algorithms for 2014
DaKellyFella/BitVector
A little BitVector class I wrote for a space saving sieve of eratosthenes
DaKellyFella/congenial-spork
DaKellyFella/cpuinfo
CPU INFOrmation library (x86/x86-64/ARM/ARM64, Linux/Windows/Android/macOS/iOS)
DaKellyFella/cub
CUB is a flexible library of cooperative threadblock primitives and other utilities for CUDA kernel programming.
DaKellyFella/def_reclaim_examples
Examples of where DEF's builtin memory management makes reclaiming memory a breeze.
DaKellyFella/ThreadScan
ThreadScan runtime support for concurrent data structures in C and C++
DaKellyFella/moby
Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
DaKellyFella/SuperMalloc
A Super Fast Multithreaded malloc() for 64-bit Machines