Pinned Repositories
AdventOfCode
https://adventofcode.com/
benchmark
A microbenchmark support library
DailyCodingProblem
ecs
A header-only/importable c++20 implementation of an entity-component-system (ecs), with focus on a simple interface and speed.
ecs_particle_demo
ig-cachesim
poly_vector
A container for storing polymorphic values contiguously in memory.
power_list
My take on a skip list [WIP]
tls
Some experimental classes that take advantage of TLS to avoid using mutexes
kgorking's Repositories
kgorking/ecs
A header-only/importable c++20 implementation of an entity-component-system (ecs), with focus on a simple interface and speed.
kgorking/tls
Some experimental classes that take advantage of TLS to avoid using mutexes
kgorking/AdventOfCode
https://adventofcode.com/
kgorking/benchmark
A microbenchmark support library
kgorking/DailyCodingProblem
kgorking/ecs_particle_demo
kgorking/ig-cachesim
kgorking/poly_vector
A container for storing polymorphic values contiguously in memory.
kgorking/power_list
My take on a skip list [WIP]
kgorking/scatter_allocator
An experimental allocator.
kgorking/tls_shard
Simple classes to make it easier to work with thread_local data