File: TODO

package info (click to toggle)
libtie-hash-indexed-perl 0.05%2Bds1-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 168 kB
  • sloc: perl: 10; makefile: 10
file content (19 lines) | stat: -rw-r--r-- 493 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

* make the doubly linked list more efficient
  (both memory and speed when accessing individual elements)

* add configuration options, e.g.:

   - Reverse        => new elements are inserted in front

   - AppendExisting => storing values to existing keys will
                       append (or prepend in case of Reverse)
                       this key

* add more compatibility with Tie::IxHash
  (i.e. push, pop, shift, unshift, splice, ...)

* add more tests

* add more documentation