Combine Java and Rust Code Coverage in a Polyglot Project
questdb.com·3h·
Discuss: r/programming
Flag this post

QuestDB is the open-source time-series database for demanding workloads—from trading floors to mission control It delivers ultra-low latency, high ingestion throughput, and a multi-tier storage engine. Native support for Parquet and SQL keeps your data portable, AI-ready—no vendor lock-in.


Our QuestDB codebase has been gaining a significant amount of Rust code lately. While we’re a Java-first project, our idiosyncratic take on it – zero garbage, most data accessed through mmapped files and native heap allocation – means that we mesh naturally well with a systems programming language like Rust. Check out our recent blog post for more insight.

One of the trickier aspects of allowing a new language …

Similar Posts

Loading similar posts...