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.7 by root, Fri Apr 19 20:53:56 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. 33.0 Fri Apr 19 22:11:11 CEST 2013
4 - implement _idx variants that also keep an index value
5 updates in array references.
4 6
72.0 Sun Jul 26 07:25:27 CEST 2009
8 - complete rewrite (use the hopefully clearer
9 libev hash functions).
10 - add splice_heap and adjust_heap family of functions.
11 - speed up _cmp family of functions by using the MULTICALL
12 API.
13 - clarify comparison function semantics.
14 - comparison is now >, not >=.
15 - speed up of everything by taking advantage of the freedom the
16 "no magical/tied stuff is supported" rule.
17
181.3 Sun Jul 26 04:58:00 CEST 2009
5 - push_heap_cmp tried to push the comparison function 19 - push_heap_cmp tried to push the comparison function
6 as data element (analyzed by Mark Kidwell). 20 as data element (analyzed by Mark Kidwell).
7 21
81.2 Wed Jul 1 10:29:10 CEST 2009 221.2 Wed Jul 1 10:29:10 CEST 2009
9 - rename to Array::Heap. 23 - rename to Array::Heap.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines