Svelte Hacker News logo
  • top
  • new
  • show
  • ask
  • jobs
  • about

Show HN: High-Performance Order Matching Engine in C++20 (2.2M ops/SEC)

github.com

2 points by kpiyush8826 2 days ago

I built this to explore low-latency C++ patterns.

It uses a sharded architecture (one thread per symbol group) to avoid mutex contention during matching. Recently moved to int64_t fixed-point pricing and added memory compaction to prevent leaks in long-running processes.