76d0bd9f9164b4856c2b8d735b415a5a809697ff
Redoal
Defeating the DNS hedgemony through path comparisons of all possibilties of the curve on a DHT
A library to quantize input path data as a search tree enabling the core functionality of a DHT to be used for path comparisons.
Local cache
What it does
-
Optionally we asyncronously preprocess input data, normalize, center weight and ensure it's not out of bounds, as a turning function.
-
Cluster path data into a k-d tree.
-
Indexing - Store the tree coordinates in a hashmap with a unique key.
-
Query Processing - Query the tree for the nearest neighbor.
Deserialize and Serialize
To encode and decode path data from
Testing
Visual tests can render and offer manual input data input that renders using the lyon crate.
Description
Languages
Rust
100%