rust/src/libcollections
bors 75396b2a06 auto merge of #16663 : Gankro/rust/heapify, r=alexcrichton
Heapify is O(n), extend as currently implemented is O(nlogn). No brainer.

Currently investigating whether extend can just be implemented as a local heapify.
2014-08-22 23:55:50 +00:00
..
hash A few minor documentation fixes 2014-08-19 17:22:18 +12:00
bitv.rs bitv: make sure benchmarks run long enough 2014-08-21 10:09:36 -04:00
btree.rs A few minor documentation fixes 2014-08-19 17:22:18 +12:00
deque.rs A few minor documentation fixes 2014-08-19 17:22:18 +12:00
dlist.rs A few minor documentation fixes 2014-08-19 17:22:18 +12:00
enum_set.rs A few minor documentation fixes 2014-08-19 17:22:18 +12:00
lib.rs A few minor documentation fixes 2014-08-19 17:22:18 +12:00
macros.rs A few minor documentation fixes 2014-08-19 17:22:18 +12:00
priority_queue.rs auto merge of #16663 : Gankro/rust/heapify, r=alexcrichton 2014-08-22 23:55:50 +00:00
ringbuf.rs A few minor documentation fixes 2014-08-19 17:22:18 +12:00
slice.rs A few minor documentation fixes 2014-08-19 17:22:18 +12:00
smallintmap.rs A few minor documentation fixes 2014-08-19 17:22:18 +12:00
str.rs A few minor documentation fixes 2014-08-19 17:22:18 +12:00
string.rs A few minor documentation fixes 2014-08-19 17:22:18 +12:00
treemap.rs A few minor documentation fixes 2014-08-19 17:22:18 +12:00
trie.rs A few minor documentation fixes 2014-08-19 17:22:18 +12:00
vec.rs A few minor documentation fixes 2014-08-19 17:22:18 +12:00