nikomatsakis / rust-runtime-benchmarks

Some benchmarks for testing rustc performance.
8 stars 2 forks source link

Add a benchmark for bytecount #10

Open llogiq opened 6 years ago

llogiq commented 6 years ago

bytecount is used in various crates (notable mentions are ripgrep, xi editor and rust-bio) and is a good example of a small, ridiculously optimized codebase. Its small size, good benchmark suite and heavy optimization make it a good candidate for inclusion.