Benchmarked implementation of the weak heap data structure in Rust
Go to file
2018-01-11 23:10:44 -05:00
src Unsafe version of sift_up with fewer swaps but same # of compares. 2018-01-11 23:10:44 -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