Skip to content
#

compare-and-swap

Here are 21 public repositories matching this topic...

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)

  • Updated Mar 7, 2025
  • Java

Improve this page

Add a description, image, and links to the compare-and-swap topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the compare-and-swap topic, visit your repo's landing page and select "manage topics."

Learn more