Skip to content

flodihn/kd_tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a K-Dimensional binary tree implemented in Erlang

Version 0.1 (prototype stage)

TODO:

  • Add a queue to handle messages arriving to unfolded nodes (will allow removal of the sleep statements in the functional tests).
  • Add a feature for children to send events up in the tree with a specified range.
  • Add distribution.
  • Add more functional test.
  • Add unit tests.

To compile: make

To test: make test

Generate documentation: make doc

About

An K-Dimensional Tree in Erlang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages