punch out warnings and patch some readme
This commit is contained in:
12
ReadMe.md
12
ReadMe.md
@@ -1,13 +1,19 @@
|
||||
# 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 based path lookup.
|
||||
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
|
||||
|
||||
1. Optionally we preprocess input data, normalize, center weight and ensure it's not out of bounds, as a turning function.
|
||||
1. Optionally we asyncronously preprocess input data, normalize, center weight and ensure it's not out of bounds, as a turning function.
|
||||
|
||||
2.
|
||||
2. Cluster path data into a k-d tree.
|
||||
|
||||
3. Indexing - Store the tree coordinates in a hashmap with a unique key.
|
||||
|
||||
4. Query Processing - Query the tree for the nearest neighbor.
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user