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

Comparing Array-Heap/Changes (file contents):
Revision 1.3 by root, Sun Jul 26 04:50:02 2009 UTC vs.
Revision 1.8 by root, Mon Oct 27 22:33:50 2014 UTC

1Revision history for Perl extension Array::Heap. 1Revision history for Perl extension Array::Heap.
2 2
3TODO: get rid of the superflous SvREFCNT_inc and seta_helper. 33.1 Mon Oct 27 23:33:24 CET 2014
4 - simplify logic in splice_heap.
5 - report out-of-bounds indices in adjust_heap*,
6 instead of crashing or worse.
4 7
52.0 83.0 Fri Apr 19 22:11:11 CEST 2013
9 - implement _idx variants that also keep an index value
10 updates in array references.
11
122.0 Sun Jul 26 07:25:27 CEST 2009
6 - complete and utter rewrite (use the hopefully clearer 13 - complete rewrite (use the hopefully clearer
7 libev hash functions). 14 libev hash functions).
8 - add splice_heap and adjust_heap family of functions. 15 - add splice_heap and adjust_heap family of functions.
9 - speed up _cmp family of functions by using the MULTICALL 16 - speed up _cmp family of functions by using the MULTICALL
10 API. 17 API.
11 - clarify comparison function semantics. 18 - clarify comparison function semantics.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines