Pinned Repositories
DynamicDensityMap
DynamicHistogram is an adaptive histogram where the bucket boundaries shift to accommodate the data.
BitsAndMinutiae
Proof of concepts for impractical ideas.
decaying_histogram
A library that constructs an amnesic histogram of recent events.
DynamicHistogram
DynamicHistogram is an adaptive histogram where the bucket boundaries shift to accommodate the data.
funktools
GameAI
Board game AIs
HyperSharedPointer
A HyperSharedPointer behaves like std::shared_ptr, but when the pointer is shared many times across lots of threads, it is faster by as much as 9x.
jemalloc
ThrottlingThreadPool
A C++ threadpool library that uses fair resource allocation for all attached executors.
WaveArbitrage
Wave Arbitrage -- a trading algorithm that disproves the efficient market hypothesis.
LoganEvans's Repositories
LoganEvans/HyperSharedPointer
A HyperSharedPointer behaves like std::shared_ptr, but when the pointer is shared many times across lots of threads, it is faster by as much as 9x.
LoganEvans/ThrottlingThreadPool
A C++ threadpool library that uses fair resource allocation for all attached executors.
LoganEvans/WaveArbitrage
Wave Arbitrage -- a trading algorithm that disproves the efficient market hypothesis.
LoganEvans/BitsAndMinutiae
Proof of concepts for impractical ideas.
LoganEvans/decaying_histogram
A library that constructs an amnesic histogram of recent events.
LoganEvans/DynamicHistogram
DynamicHistogram is an adaptive histogram where the bucket boundaries shift to accommodate the data.
LoganEvans/funktools
LoganEvans/GameAI
Board game AIs
LoganEvans/jemalloc
LoganEvans/Labs
LoganEvans/MarsLander
This was originally CS 570 project 3 -- Moon Lander (Fall, 2012). I'm naming this Mars Lander because I'm translating the base code from C++ into C#, which is cooler... sorta like Mars is cooler than the moon.
LoganEvans/MMC
MMC: The Mixture Model Caching algorithm.
LoganEvans/nixpkgs
Nix Packages collection & NixOS
LoganEvans/Pente
LoganEvans/Queue
Lock-free multiple-producer multiple producer queue
LoganEvans/redshift