issues
search
sekineh
/
binary-heap-plus-rs
Enhancement over Rust's `std::collections::BinaryHeap`. Supports other than max heap.
MIT License
57
stars
18
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Implement `Default` also for min heap
#43
sebschmi
opened
3 weeks ago
0
Port `retain` from `std::collections::BinaryHeap`
#42
kw7oe
closed
7 months ago
1
Binary Heap that allows for interior mutability
#41
Wasabi375
opened
1 year ago
1
Add Ci based on jonhoo/rust-ci-conf
#40
Wasabi375
closed
1 year ago
1
Bump the crate version to 0.5.0
#39
sekineh
closed
2 years ago
0
Migrate to Rust 2021 edition
#38
clint-white
closed
2 years ago
0
Migrate to Edition 2021
#37
sekineh
closed
2 years ago
0
Update LICENSE
#36
sekineh
closed
2 years ago
0
Correct a typo in README
#35
felixonmars
closed
2 years ago
1
Synchronize with Rust 1.62.0
#34
clint-white
closed
2 years ago
9
Bump MSRV to 1.36.0
#33
clint-white
closed
2 years ago
1
The scope of the unsafe block can be appropriately reduced
#32
peamaeq
closed
2 years ago
4
Re-export Compare
#31
akriegman
opened
2 years ago
0
Enable bench (#29)
#30
sekineh
closed
3 years ago
0
Enable benchmark
#29
sekineh
closed
3 years ago
0
Port rust-lang/rust#78857 - Improve BinaryHeap performance
#28
SkiFire13
closed
3 years ago
2
Avoid sift_down for unmutated PeekMut (rust#75974)
#27
cuviper
closed
4 years ago
4
Add BinaryHeap::replace_cmp() and unsafe version BinaryHeap::replace_cmp_raw()
#26
davidli2010
closed
4 years ago
3
Fix clippy warning
#25
davidli2010
closed
4 years ago
0
Format with rustfmt
#24
davidli2010
closed
4 years ago
0
Ignore IDEA and VSCode project dirs
#23
davidli2010
closed
4 years ago
1
Add BinaryHeap::from_vec_cmp_raw()
#22
davidli2010
closed
4 years ago
3
bump to v0.3.0.
#21
sekineh
closed
4 years ago
0
add `.into_iter_sorted()`.
#20
sekineh
closed
4 years ago
0
Migrate to Rust 2018 Edition
#19
sekineh
closed
4 years ago
0
clean up travis and appveyor staff.
#18
sekineh
closed
4 years ago
0
Move history from README.md to CHANGELOG.md.
#17
sekineh
closed
4 years ago
0
Add Github Actions tests (MSRV | stable) x (noserde | serde) x (build | test)
#16
sekineh
closed
4 years ago
0
Add LICENSE file
#15
hamchapman
closed
4 years ago
1
DOC: move content of Changes section from README.md to CHANGELOG.md
#14
sekineh
closed
4 years ago
0
Port `.into_iter_sorted()` from `std`
#13
sekineh
closed
4 years ago
0
CI: travis is not working
#12
sekineh
closed
4 years ago
1
Allow stateful comparators
#11
asomers
closed
4 years ago
6
Don't require FnComparator to be Clone
#10
asomers
closed
4 years ago
2
with_capacity_by is not expected
#9
xingzhicn
closed
5 years ago
1
add instruction to create various heaps
#8
sekineh
closed
4 years ago
0
tuple Binaryheap
#7
xingzhicn
closed
5 years ago
5
insert with fall through
#6
asafigan
closed
5 years ago
3
v0.2.0
#5
sekineh
closed
5 years ago
0
v0.1.5
#4
sekineh
closed
5 years ago
0
Optional Serialize/Deserialize
#3
inesseq
closed
5 years ago
2
How to collect from iterator with `MinComparator` ?
#2
Stargateur
closed
5 years ago
2
Do not require T: Ord when a custom comparator is provided
#1
ulysseB
closed
6 years ago
4