<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>RustQuant</title><description>A modern Rust-powered framework for building high-frequency trading strategies with performance, precision, and modular design.</description><link>https://rustquant.dev/</link><item><title>Building a high-frequency trading framework in Rust: the initial plan</title><link>https://rustquant.dev/blog/0-initial-plan/</link><guid isPermaLink="true">https://rustquant.dev/blog/0-initial-plan/</guid><description>Comprehensive overview of building an ultra-low latency HFT framework targeting sub-microsecond performance with detailed architectural specifications</description><pubDate>Sat, 26 Jul 2025 00:00:00 GMT</pubDate></item><item><title>Schema for building a limit order book in Rust</title><link>https://rustquant.dev/blog/building-limit-order-book/</link><guid isPermaLink="true">https://rustquant.dev/blog/building-limit-order-book/</guid><description>A high‑level overview of the architecture and core components of a limit order book in a professional HFT framework using Rust.</description><pubDate>Thu, 31 Jul 2025 00:00:00 GMT</pubDate></item><item><title>Understanding market microstructure in high-frequency trading</title><link>https://rustquant.dev/blog/market-microstructure-hft/</link><guid isPermaLink="true">https://rustquant.dev/blog/market-microstructure-hft/</guid><description>A deep dive into the fundamental mechanics of modern electronic markets. This article explains what happens at the order book level, how spreads, ticks, and depth work, and why microseconds matter in the world of high-frequency trading.</description><pubDate>Tue, 29 Jul 2025 00:00:00 GMT</pubDate></item><item><title>Roadmap: Building a trading framework in Rust</title><link>https://rustquant.dev/blog/1-project-roadmap/</link><guid isPermaLink="true">https://rustquant.dev/blog/1-project-roadmap/</guid><description>Roadmap for project completion</description><pubDate>Sun, 27 Jul 2025 00:00:00 GMT</pubDate></item><item><title>Advanced order types and event sourcing</title><link>https://rustquant.dev/blog/advanced-order-types-and-persistence/</link><guid isPermaLink="true">https://rustquant.dev/blog/advanced-order-types-and-persistence/</guid><description>We extend our basic limit order book to support iceberg and stop-loss orders, and begin designing persistence via event sourcing to prepare the system for production-grade use.</description><pubDate>Mon, 04 Aug 2025 00:00:00 GMT</pubDate></item><item><title>Building a limit order book in Rust</title><link>https://rustquant.dev/blog/limit-order-book/</link><guid isPermaLink="true">https://rustquant.dev/blog/limit-order-book/</guid><description>Step-by-step guide to designing and implementing a performant limit order book core for HFT applications using Rust, covering data structures, order matching logic, and best practices.</description><pubDate>Sat, 02 Aug 2025 00:00:00 GMT</pubDate></item><item><title>Phase 1 Part 2 - Advanced memory management and lock-free optimization</title><link>https://rustquant.dev/blog/phase-1-part-2-advanced-memory-management/</link><guid isPermaLink="true">https://rustquant.dev/blog/phase-1-part-2-advanced-memory-management/</guid><description>Advanced techniques for ultra-low latency systems: custom allocators, lock-free data structures, NUMA optimization, and cache-conscious programming for nanosecond performance</description><pubDate>Wed, 30 Jul 2025 00:00:00 GMT</pubDate></item><item><title>Tail latency: Why P99.9 matters more than average in HFT</title><link>https://rustquant.dev/blog/tail-latency-hft-systems/</link><guid isPermaLink="true">https://rustquant.dev/blog/tail-latency-hft-systems/</guid><description>Understanding why tail latency percentiles are critical for high-frequency trading systems and how to measure and optimize them effectively</description><pubDate>Mon, 25 Aug 2025 00:00:00 GMT</pubDate></item><item><title>Phase 1 Part 1 - Core infrastructure and nanosecond benchmarking</title><link>https://rustquant.dev/blog/phase-1-foundations-of-hft-with-rust/</link><guid isPermaLink="true">https://rustquant.dev/blog/phase-1-foundations-of-hft-with-rust/</guid><description>Building the foundational infrastructure for ultra-low latency HFT systems: project structure, measurement framework, and performance validation with nanosecond precision</description><pubDate>Mon, 28 Jul 2025 00:00:00 GMT</pubDate></item><item><title>Nanosecond precision benchmarking for HFT systems in Rust</title><link>https://rustquant.dev/blog/nanosecond-precision-benchmarking-rust-hft/</link><guid isPermaLink="true">https://rustquant.dev/blog/nanosecond-precision-benchmarking-rust-hft/</guid><description>Building a comprehensive benchmarking framework for ultra-low latency trading systems using CPU timestamp counters, statistical analysis, and cross-platform timing precision</description><pubDate>Sat, 23 Aug 2025 00:00:00 GMT</pubDate></item><item><title>Understanding NUMA allocators for high-performance systems</title><link>https://rustquant.dev/blog/numa-allocators-beginner/</link><guid isPermaLink="true">https://rustquant.dev/blog/numa-allocators-beginner/</guid><description>Learn how NUMA-aware memory allocation can dramatically improve performance in multi-core trading systems, with practical Rust examples</description><pubDate>Tue, 02 Sep 2025 00:00:00 GMT</pubDate></item></channel></rss>