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
Quince is a high-performance cryptocurrency trading engine written in Rust. It features a custom bytecode VM (QFL — Quince-Flavored Lua) that compiles trading strategies into optimized instruction sequences for sub-microsecond execution.
A low-latency order book and matching engine written in C++20, built to understand how HFT systems actually use the language: cache-aware data structures, lock-free queues, allocation discipline, and benchmark-driven optimisation.