Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: fuzzy search, first version (#1)
* WIP: (may git squash!) feat: 1. init distance by weakening params / results 2. goimports + group (std + third party + current project) * fix: arrow direction of 'weaken results' (WR) * fix: 1. arrow direction of 'weaken results' (WR), 'weaken params' (WP); 2. Anonymize when building sigGraph * feat: 1. Distance->DistanceWithCache => avg latency (200x same distance query) -60%; 2. (WP) distance 2->3 => query func(string)int, Atoi rank 17->4. * feat: FloydWarshall; offline calc script * feat: 1. parallel Floyd-Warshall; 2. Floyd-Warshall output dump to / load from file. * tmp * v0.0.4 * upgrade hertz to avoid bytedance/sonic#637 * floyd.json -> sigGraph.json * NewHooglyRanker functional options * HooglyRanker -> SigGraphRanker * remove deadcode; polish webpage and testcase * tailor tailor.py
- Loading branch information