stbrumme
All these repositories are just mirrors of my own Git server at https://create.stephan-brumme.com where you'll find tons of postings along with the code, too.
Berlin, Germany
Pinned Repositories
crc32
Fast CRC32
euler
C++ solutions for more than 300 Project Euler problems
hash-library
Portable C++ hashing library
length-limited-prefix-codes
A collection of various algorithms to produce length-limited prefix codes
portable-memory-mapping
Portable Memory Mapping C++ Class (Windows/Linux)
practical-string-searching
Practical String Searching
smallz4
Optimal LZ4 compression
stl-sort
C++ implementation of popular sorting algorithms
toojpeg
A JPEG encoder in a single C++ file
xxhash
A super-fast hash algorithm in a single C++ header
stbrumme's Repositories
stbrumme/hash-library
Portable C++ hashing library
stbrumme/crc32
Fast CRC32
stbrumme/toojpeg
A JPEG encoder in a single C++ file
stbrumme/euler
C++ solutions for more than 300 Project Euler problems
stbrumme/xxhash
A super-fast hash algorithm in a single C++ header
stbrumme/portable-memory-mapping
Portable Memory Mapping C++ Class (Windows/Linux)
stbrumme/smallz4
Optimal LZ4 compression
stbrumme/length-limited-prefix-codes
A collection of various algorithms to produce length-limited prefix codes
stbrumme/stl-sort
C++ implementation of popular sorting algorithms
stbrumme/practical-string-searching
Practical String Searching
stbrumme/microsat-cpp
A SAT solver in under 300 lines C++
stbrumme/eratosthenes
Parallel Sieve of Eratosthenes / OpenMP
stbrumme/tiny-regular-expression-matcher
Tiny Regular Expression Matcher
stbrumme/mersenne-twister
The Mersenne Twister Pseudo Random Number Generator
stbrumme/binary-search
Binary Search Revisited
stbrumme/leetcode
more than 2200 Leetcode solutions in Python, C++ and SQL - all written from scratch