An open API service indexing awesome lists of open source software.

https://github.com/softdevteam/gc_bench

A simple benchmark runner to compare rustc_boehm and rboehm.
https://github.com/softdevteam/gc_bench

Last synced: 4 months ago
JSON representation

A simple benchmark runner to compare rustc_boehm and rboehm.

Awesome Lists containing this project

README

          

# gc_bench

This is a series of benchmarks designed to compare two ports of the
Boehm-Demers-Weiser GC which provide opt-in Gc support in Rust:
* [rboehm](https://github.com/softdevteam/rboehm)
* [rustc_boehm](https://github.com/softdevteam/rustc_boehm)