~ubuntu-branches/ubuntu/quantal/pytables/quantal

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
TODO list (as of 28th, October 2004):

- Add a new type of table that allows variable length records and
  fully multidimensional slice selections.

- Implement relations (like and object oriented database) between
  objects.

- Right now, each Table has its own buffer which can eat a lot of
  memory (between 5 KB and 60 KB per Table) if you have many
  Tables. It would be nice to implement lazy creation of the buffer,
  and a destruction when it is no longer needed.

- Improve the performance.

- Add tutorials about EArray and VLArray objects.

- Add tutorials about indexation.

And as always...

- Add more tests (there's always space for bugs in untested situations).