mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
Improve performance of the cheapest path finder algorithm
This commit is contained in:
parent
59b12fca87
commit
79001b9c97
8 changed files with 182 additions and 50 deletions
|
@ -24,8 +24,8 @@ fn main() {
|
|||
Criterion::Typo,
|
||||
Criterion::Proximity,
|
||||
Criterion::Attribute,
|
||||
Criterion::Sort,
|
||||
Criterion::Exactness,
|
||||
// Criterion::Asc("release_date".to_owned()),
|
||||
]);
|
||||
|
||||
builder.execute(|_| (), || false).unwrap();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue