File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ You can find the full dataset [here](https://github.com/nearform/lyra/blob/main/
9
9
10
10
| Search | Term | Properties | Typo tolerance | Time Elapsed | Results |
11
11
| --------------------| ---------------------------------------| ------------| ----------------| ---------------| -------------|
12
- | ** Exact search** | ` "stelle" ` | ` ["txt"] ` | ` N/A ` | 299μs | 25 |
13
- | ** Exact search** | ` "stelle" ` | ` "*" ` | ` N/A ` | 204μs | 25 |
14
- | ** Typo tolerance** | ` "stele" ` | ` "*" ` | ` 1 ` | 2ms | 28 |
15
- | ** Exact search** | ` "onde si muovono a diversi porti" ` | ` "*" ` | ` N/A ` | 350μs | 268 |
16
- | ** Typo tolerance** | ` "ode si mossero a divisi porte" ` | ` "*" ` | ` 5 ` | 37ms | 43023 |
17
- | ** Typo tolerance** | ` "ode si mossero a divisi porte" ` | ` ["txt"] ` | ` 5 ` | 4ms | 7430 |
12
+ | ** Exact search** | ` "stelle" ` | ` ["txt"] ` | ` N/A ` | 364μs | 25 |
13
+ | ** Exact search** | ` "stelle" ` | ` "*" ` | ` N/A ` | 317μs | 25 |
14
+ | ** Typo tolerance** | ` "stele" ` | ` "*" ` | ` 1 ` | 790μs | 28 |
15
+ | ** Exact search** | ` "onde si muovono a diversi porti" ` | ` "*" ` | ` N/A ` | 399μs | 268 |
16
+ | ** Typo tolerance** | ` "ode si mossero a divisi porte" ` | ` "*" ` | ` 5 ` | 46ms | 43023 |
17
+ | ** Typo tolerance** | ` "ode si mossero a divisi porte" ` | ` ["txt"] ` | ` 5 ` | 5ms | 7430 |
18
18
19
19
You can’t perform that action at this time.
0 commit comments