Benchmarked implementation of the weak heap data structure in Rust
Go to file
2018-12-16 15:14:37 -05:00
benches Use Criterion for benchmarking. 2018-01-20 02:10:59 -05:00
src Bump up to Rust 2018. 2018-12-16 15:14:37 -05:00
.gitignore Use Criterion for benchmarking. 2018-01-20 02:10:59 -05:00
Cargo.toml Bump up to Rust 2018. 2018-12-16 15:14:37 -05:00
README.md Add a README before forwarding to Google IARC. 2018-05-01 23:24:01 -04:00
timings.txt Some benchmark outputs I was caching locally. Might be useful to reference in the future. 2018-04-29 12:31:34 -04:00

Weak heaps for Rust

This package provides a prospective implementation of the weak heap data structure and some benchmarks.

Copyright

Copyright 2018, Alphabet. All rights reserved.