Pinned Repositories
async-computation
Implementing the building blocks of asynchronous computation
async-io-linux-filesystem
Demo of asynchronous file I/O on Linux using the epoll API.
bloomfilter
A simple and lightweight implementation of a Bloom filter.
boost-graph
Boost.org graph module
boost_graph_algorithms
leader-election
Leader election in distributed networks using the Bully algorithm
LRU-memory-cache
An in-memory key-value store using an LRU cache
simpleNW
High performance, simple to use networking engine for C++ applications.
string-matching-algorithms
Common string-matching algorithms
TreeAlgorithms
Different algorithms to traverse/modify binary tree data structures in Python.
daankolthof's Repositories
daankolthof/bloomfilter
A simple and lightweight implementation of a Bloom filter.
daankolthof/leader-election
Leader election in distributed networks using the Bully algorithm
daankolthof/simpleNW
High performance, simple to use networking engine for C++ applications.
daankolthof/async-io-linux-filesystem
Demo of asynchronous file I/O on Linux using the epoll API.
daankolthof/LRU-memory-cache
An in-memory key-value store using an LRU cache
daankolthof/string-matching-algorithms
Common string-matching algorithms
daankolthof/async-computation
Implementing the building blocks of asynchronous computation
daankolthof/boost-graph
Boost.org graph module
daankolthof/boost_graph_algorithms
daankolthof/TreeAlgorithms
Different algorithms to traverse/modify binary tree data structures in Python.