BinaryTree. Fast lookup tool that organizes data in a tree structure for quick searching.

github.com/jakevdp/BinaryTree

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

March 2013
  • add scipy KDTree to bench_neighbors script
  • update benchmark script
  • factor out distance metrics
  • factor out typedefs
  • add two-point correlation function
  • add module documentation
  • add valid metrics check
  • speed up query_radius
  • add some documentation
  • Streamline KDE dual tree
  • factor out binary tree code
  • first step toward refactoring
February 2013
  • switch bounds to a uniform interface
  • add neighbors benchmark script
  • Merge remote-tracking branch 'origin/master'
  • add KD Tree tests
  • add TODO list
  • remove old code
  • add KD Tree implementation
  • add pickle support