Pinned Repositories
concurrency_primitives
Experimental implementation of some concurrency primitives - lock (mutex), semaphore and condition variable
iceoryx
iceoryx project
lockfree-stack
experimental lock-free stack with bounded capacity and no dynamic memory allocation
lockfree_demo
memory_allocation
experimental memory allocator - prototype of a buddy allocator to evaluate pros and cons as well as possible improvements (e.g. efficiency and safety)
progress_monitoring
Lightweight monitoring of thread progress, mostly lock-free
ros2_shm_vision_demo
template_metaprogramming
experimental template metaprogramming
type_erasure
Demonstrates how to build heterogenous containers via type erasure.
universal_lockfree
a universal construction to make any object lockfree (this cannot be done efficiently, in general)
MatthiasKillat's Repositories
MatthiasKillat/ros2_shm_vision_demo
MatthiasKillat/lockfree_demo
MatthiasKillat/progress_monitoring
Lightweight monitoring of thread progress, mostly lock-free
MatthiasKillat/concurrency_primitives
Experimental implementation of some concurrency primitives - lock (mutex), semaphore and condition variable
MatthiasKillat/iceoryx
iceoryx project
MatthiasKillat/lockfree-stack
experimental lock-free stack with bounded capacity and no dynamic memory allocation
MatthiasKillat/memory_allocation
experimental memory allocator - prototype of a buddy allocator to evaluate pros and cons as well as possible improvements (e.g. efficiency and safety)
MatthiasKillat/template_metaprogramming
experimental template metaprogramming
MatthiasKillat/type_erasure
Demonstrates how to build heterogenous containers via type erasure.
MatthiasKillat/universal_lockfree
a universal construction to make any object lockfree (this cannot be done efficiently, in general)