Erik Rigtorp
Results
18
repositories owned by
Erik Rigtorp
awesome-modern-cpp
11.4k
Stars
1.1k
Forks
Watchers
A collection of resources on modern C++
awesome-lockfree
1.7k
Stars
163
Forks
Watchers
A collection of resources on wait-free and lock-free programming
SPSCQueue
853
Stars
126
Forks
Watchers
A bounded single-producer single-consumer wait-free and lock-free queue written in C++11
HashMap
191
Stars
32
Forks
Watchers
An open addressing linear probing hash table, tuned for delete heavy workloads
Seqlock
176
Stars
26
Forks
Watchers
An implementation of Seqlock in C++11
udpreplay
247
Stars
72
Forks
Watchers
Replay UDP packets from a pcap file
MPMCQueue
1.1k
Stars
160
Forks
Watchers
A bounded multi-producer multi-consumer concurrent queue written in C++11
hiccups
99
Stars
19
Forks
Watchers
Measures the system induced jitter ("hiccups") a CPU bound thread experiences