File: TODO

package info (click to toggle)
libkdtree%2B%2B 0.7.1%2Bgit20101123-4
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 824 kB
  • ctags: 559
  • sloc: cpp: 2,064; sh: 623; python: 543; makefile: 123
file content (10 lines) | stat: -rw-r--r-- 248 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
libkdtree++ TODO list
=====================

- DOCUMENTATION
- automated unit testing
- performance improvement
- keep tree balanced in insert() and erase().
- erase(range)
- add swap() to allow vectors of KDTree to be sorted
- add policies/traits