Fixed a bug in the R-tree implementation.
[aesalon.git] / TODO
blobb6403ca945abf97adec013aeb53e290d9e674cdf
1 ==== Visualizer ====
2 - Implement.
4 ==== Monitor ====
6 ==== Marshaller ====
7 - Allow access to the marshaller list for inter-module communication via "setup" function, to save function pointers etc. (?)
9 ==== Collector ====
11 ==== Storage ====
12 - Fix RTree deletion algorithm
13 - Implement smallest-volume tiebreaker in chooseLeaf and splitNode.