ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Array-Heap/Changes
Revision: 1.5
Committed: Sun Jul 26 05:25:41 2009 UTC (14 years, 9 months ago) by root
Branch: MAIN
Changes since 1.4: +1 -3 lines
Log Message:
argh

File Contents

# Content
1 Revision history for Perl extension Array::Heap.
2
3 2.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
14 1.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).
17
18 1.2 Wed Jul 1 10:29:10 CEST 2009
19 - rename to Array::Heap.
20
21 1.1 Sat Sep 22 15:38:18 CEST 2007
22 - applied patches by thomas drugeon to add
23 _lex variants doing string instead of numeric
24 compares by default.
25
26 1.0 Thu Mar 3 17:59:22 CET 2005
27 - change of contact address.
28 - mature enough for 1.0.
29
30 0.02 Tue Oct 7 22:41:30 CEST 2003
31 - changed name to Array::Heap2.
32
33 0.01 Thu Sep 18 07:08:54 CEST 2003
34 - original version; copied from Linux-NBD
35