ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Array-Heap/Changes
Revision: 1.6
Committed: Fri Apr 19 20:00:54 2013 UTC (11 years, 1 month ago) by root
Branch: MAIN
Changes since 1.5: +5 -0 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.1 Revision history for Perl extension Array::Heap.
2    
3 root 1.6 TODO: crash on autovivification
4    
5     - implement _idx variants that also keep an index value
6     updates in array references.
7    
8 root 1.5 2.0 Sun Jul 26 07:25:27 CEST 2009
9 root 1.4 - complete rewrite (use the hopefully clearer
10 root 1.3 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    
19     1.3 Sun Jul 26 04:58:00 CEST 2009
20 root 1.2 - push_heap_cmp tried to push the comparison function
21     as data element (analyzed by Mark Kidwell).
22    
23 root 1.1 1.2 Wed Jul 1 10:29:10 CEST 2009
24     - rename to Array::Heap.
25    
26     1.1 Sat Sep 22 15:38:18 CEST 2007
27     - applied patches by thomas drugeon to add
28     _lex variants doing string instead of numeric
29     compares by default.
30    
31     1.0 Thu Mar 3 17:59:22 CET 2005
32     - change of contact address.
33     - mature enough for 1.0.
34    
35     0.02 Tue Oct 7 22:41:30 CEST 2003
36     - changed name to Array::Heap2.
37    
38     0.01 Thu Sep 18 07:08:54 CEST 2003
39     - original version; copied from Linux-NBD
40