Adding runtime benchmarks to the Rust compiler benchmark suite

This post describes the design and implementation of a runtime benchmark suite for measuring the performance of Rust programs, which was recently added into the Rust compiler suite. I have recently blogged about how the whole benchmark suite works, so fee… Read more

Similar

Rust DataBase Connectivity (RDBC)

Many years ago I wrote a commercial product that could import a database schema and then generate source code based on the schema. There were many different use cases for this product and it could be used to generate simple Data Access Object (DAO) code o... (more…)

Read more »