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

Comparing Array-Heap/Changes (file contents):
Revision 1.1 by root, Wed Jul 1 08:31:34 2009 UTC vs.
Revision 1.5 by root, Sun Jul 26 05:25:41 2009 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. 32.0 Sun Jul 26 07:25:27 CEST 2009
4 - complete rewrite (use the hopefully clearer
5 libev hash functions).
6 - add splice_heap and adjust_heap family of functions.
7 - speed up _cmp family of functions by using the MULTICALL
8 API.
9 - clarify comparison function semantics.
10 - comparison is now >, not >=.
11 - speed up of everything by taking advantage of the freedom the
12 "no magical/tied stuff is supported" rule.
13
141.3 Sun Jul 26 04:58:00 CEST 2009
15 - push_heap_cmp tried to push the comparison function
16 as data element (analyzed by Mark Kidwell).
4 17
51.2 Wed Jul 1 10:29:10 CEST 2009 181.2 Wed Jul 1 10:29:10 CEST 2009
6 - rename to Array::Heap. 19 - rename to Array::Heap.
7 20
81.1 Sat Sep 22 15:38:18 CEST 2007 211.1 Sat Sep 22 15:38:18 CEST 2007

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines