Skip to content

Commit 8d8ddff

Browse files
authored
Update reranking-on-the-client-side.md
1 parent 5022ac2 commit 8d8ddff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/articles/reranking-on-the-client-side.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ I am a beginner in Rust, and doing too hard things at the same time -
9595
building a search engine and learning Rust - seemed like a recipe for
9696
disaster. But I can build small bits in Rust, especially if I have
9797
already built them in Python. So over the last few days, I've [rebuilt
98-
our heuristic ranking in Rust](https://github.com/mwmbl/rankeval/).
98+
our heuristic ranking in Rust](https://github.com/mwmbl/ranker/).
9999
The rust compiles to web assembly which will eventually be called from
100100
our [excellent new front end](https://alpha.mwmbl.org/). The WASM file
101101
is currently 1.3M with optimizations turned on, which is larger than

0 commit comments

Comments
 (0)