Benchmarked implementation of the weak heap data structure in Rust
Go to file
2018-01-08 21:05:46 -05:00
src Slightly more efficient update of self.max_in_buffer in push. 2018-01-08 21:05:46 -05:00
.gitignore Hello, world. 2017-12-29 11:29:31 -05:00
Cargo.toml Basic impl of a weak heap. About 2.5x slower than std::collections::BinaryHeap. 2017-12-29 19:09:48 -05:00