ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Array-Heap/Changes
(Generate patch)

Comparing Array-Heap/Changes (file contents):
Revision 1.2 by root, Fri Jul 24 21:29:07 2009 UTC vs.
Revision 1.6 by root, Fri Apr 19 20:00:54 2013 UTC

1Revision history for Perl extension Array::Heap. 1Revision history for Perl extension Array::Heap.
2 2
3TODO: use multicall api to speed up compares. 3TODO: crash on autovivification
4 4
5 - implement _idx variants that also keep an index value
6 updates in array references.
7
82.0 Sun Jul 26 07:25:27 CEST 2009
9 - complete rewrite (use the hopefully clearer
10 libev hash functions).
11 - add splice_heap and adjust_heap family of functions.
12 - speed up _cmp family of functions by using the MULTICALL
13 API.
14 - clarify comparison function semantics.
15 - comparison is now >, not >=.
16 - speed up of everything by taking advantage of the freedom the
17 "no magical/tied stuff is supported" rule.
18
191.3 Sun Jul 26 04:58:00 CEST 2009
5 - push_heap_cmp tried to push the comparison function 20 - push_heap_cmp tried to push the comparison function
6 as data element (analyzed by Mark Kidwell). 21 as data element (analyzed by Mark Kidwell).
7 22
81.2 Wed Jul 1 10:29:10 CEST 2009 231.2 Wed Jul 1 10:29:10 CEST 2009
9 - rename to Array::Heap. 24 - rename to Array::Heap.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines