Skip to content

A vantage-pont-tree backed by a contiguous `Vec` for better data locality.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

abonander/vec-vp-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vec-vp-tree Build Status On Crates.io

A vantage-point tree implementation backed by a vector for good performance with zero lines of unsafe code.

Provides bulk insert/removal operations (to maintain balance without too much extra bookkeeping), and the k-Nearest Neighbors (k-NN) algorithm.

Multiple distance functions are provided by default, including Hamming and Levenshtein distance functions for strings.

###Documentation

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

A vantage-pont-tree backed by a contiguous `Vec` for better data locality.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages