You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lower-latency OpenMP-style minimalistic scoped thread-pool designed for 'Fork-Join' parallelism in Rust and C++, avoiding memory allocations, mutexes, CAS-primitives, and false-sharing on the hot path 🍴
A repository for performing deletion of Keyframes and Mappoints that are marked as bad(Logical End of life of the Keyframes and Mappoints) using reference counting and compare and swap.
High-performance, operator-class Fintech Core payment processor built with Go 1.25 Workspaces under strict PCI-DSS segregation boundaries. Features an immutable double-entry accounting Ledger, an oriented FSM state graph, and a lock-free CPU-atomic CAS TPS rate limiter.
Concurrency-safe ticket booking system in Java. Lock-free CAS-based seat reservation, Postgres persistence, real-time seat map via SSE. Built to prove exactly one winner when many threads race for one seat.
A real-time stock trading engine built in Java that reliably matches Buy and Sell orders under concurrent load. By using lock-free data structures, the system avoids traditional synchronization bottlenecks, enabling higher throughput and predictable performance in multi-threaded environments. Orders are matched using price-priority logic with O(n)