Pinned Repositories
arrcmp
high performance alternative to glibc's memcmp. Also demonstrating concept of using TMP with intrinsics for optimised assembly code.
binfuse
c++ library for binary fuse filters, including a sharded filter
chashtable
FilterPassword
Experiments in C++: binary fuse filters vs. Bloom filters
hibp
Have I been pwned: High performance queries on large database
toolbelt
There are always some things that are not in the standard library, without which, live is frustrating...
oschonrock's Repositories
oschonrock/binfuse
c++ library for binary fuse filters, including a sharded filter
oschonrock/hibp
Have I been pwned: High performance queries on large database
oschonrock/arrcmp
high performance alternative to glibc's memcmp. Also demonstrating concept of using TMP with intrinsics for optimised assembly code.
oschonrock/chashtable
oschonrock/toolbelt
There are always some things that are not in the standard library, without which, live is frustrating...
oschonrock/FilterPassword
Experiments in C++: binary fuse filters vs. Bloom filters
oschonrock/arduino-cli
Arduino command line interface
oschonrock/chess
play thing
oschonrock/cmake-scripts
CMake scripts shared among other repositories
oschonrock/Code-used-on-Daniel-Lemire-s-blog
This is a repository for the code posted on my blog
oschonrock/DigitalClockSmartShelving
A 3D printable shelving system with a hidden giant clock in its shelves edges
oschonrock/dykstra
oschonrock/hash-library
Portable C++ hashing library
oschonrock/laravel
A PHP Framework For Web Artisans
oschonrock/mio
Cross-platform C++11 header-only library for memory mapped file IO
oschonrock/polycompare
Performance and API usability Comparison of three types of Polymorphism
oschonrock/Propel
Propel is an open-source Object-Relational Mapping (ORM) for PHP5.
oschonrock/qa
Simple cli question and answers
oschonrock/queue
oschonrock/ranking
oschonrock/ratecontroller
oschonrock/restful-with-billions
Repository for abstract and code related to a talk.
oschonrock/SFML
Simple and Fast Multimedia Library
oschonrock/SFMLSoftBody
2DSFMLSoftBody
oschonrock/stamp
All the boilerplate and some basic tools. "Stamping out" new projects with executables and libraries should become easier.
oschonrock/tbbleak
Demonstration of Intel TBB leak during std::sort(std::execution::par_unseq
oschonrock/techno_logic
oschonrock/thread_pool_cpp17
Thread Pool implementation in C++17
oschonrock/units
A Physical Units Library for C++ providing compile-time dimensional analysis and unit/quantity manipulation. Try it on Compiler Explorer (https://godbolt.org/z/_Yx6D7)
oschonrock/xor_singleheader
Header-only binary fuse and xor filter library