Kerollmops
e7f8daaf86
Update criterion to 0.5.1 to remove the atty dependency
2023-07-03 18:51:42 +02:00
Jakub Jirutka
13f1277637
Allow to disable specialized tokenizations (again)
...
In PR #2773 , I added the `chinese`, `hebrew`, `japanese` and `thai`
feature flags to allow melisearch to be built without huge specialed
tokenizations that took up 90% of the melisearch binary size.
Unfortunately, due to some recent changes, this doesn't work anymore.
The problem lies in excessive use of the `default` feature flag, which
infects the dependency graph.
Instead of adding `default-features = false` here and there, it's easier
and more future-proof to not declare `default` in `milli` and
`meilisearch-types`. I've renamed it to `all-tokenizers`, which also
makes it a bit clearer what it's about.
2023-05-04 15:45:40 +02:00
Louis Dureuil
90bc230820
Merge remote-tracking branch 'origin/main' into search-refactor
...
Conflicts | resolution
----------|-----------
Cargo.lock | added mimalloc
Cargo.toml | took origin/main version
milli/src/search/criteria/exactness.rs | deleted after checking it was only clippy changes
milli/src/search/query_tree.rs | deleted after checking it was only clippy changes
2023-05-03 12:19:06 +02:00
Kerollmops
47b66e49b8
Upgrade the compatible versions of the dependencies
2023-04-24 17:50:52 +02:00
ManyTheFish
1ba8a40d61
Remove formating benchmark because they can't be isoloated easily anymore
2023-04-06 15:10:16 +02:00
Tamo
74d1a67a99
Use the workspace inheritance feature of rust 1.64
2023-02-15 13:51:07 +01:00
Kerollmops
97005dd505
Bump the milli-imported crates to v1.0.0
2023-01-16 16:29:12 +01:00
curquiza
9e32ac7cb2
Update version for the next release (v0.39.0) in Cargo.toml files
2023-01-11 15:05:06 +00:00
curquiza
c72535531b
Update version for the next release (v0.38.0) in Cargo.toml files
2022-12-19 16:35:38 +00:00
curquiza
cd5aaa3a9f
Update version for the next release (v0.37.0) in Cargo.toml files
2022-11-17 12:50:07 +00:00
Kerollmops
d00d2aab3f
Update version for the next release (v0.36.0) in Cargo.toml files
2022-11-09 11:03:09 +00:00
Kerollmops
bd12989610
Update version for the next release (v0.35.1) in Cargo.toml files
2022-11-08 14:31:39 +00:00
curquiza
e883bccc76
Update version for the next release (v0.35.0) in Cargo.toml files
2022-10-26 11:43:54 +00:00
curquiza
f3874d58b9
Update version for the next release (v0.34.0) in Cargo.toml files
2022-10-24 10:13:25 +00:00
Loïc Lecrenier
4c481a8947
Upgrade all dependencies
2022-10-17 13:05:56 +02:00
Loïc Lecrenier
53503f09ca
Make milli's default features optional in other executable targets
2022-10-12 09:22:05 +02:00
curquiza
753e76d451
Update version for the next release (v0.33.4) in Cargo.toml files
2022-09-13 13:55:50 +00:00
curquiza
077dcd2002
Update version for the next release (v0.33.3) in Cargo.toml files
2022-09-07 15:48:53 +00:00
ManyTheFish
97a04887a3
Update version for next release (v0.33.2) in Cargo.toml
2022-09-01 11:47:23 +02:00
Clémentine Urquizar
c3363706c5
Update version for next release (v0.33.1) in Cargo.toml
2022-08-31 11:37:27 +02:00
Clémentine Urquizar
9ed7324995
Update version for next release (v0.33.0)
2022-08-23 11:47:48 +02:00
Irevoire
e7624abe63
share heed between all sub-crates
2022-08-19 11:23:41 +02:00
Loïc Lecrenier
5d59bfde8a
Sort Cargo.toml dependencies
2022-08-17 11:46:56 +02:00
Loïc Lecrenier
fb2b6c0c28
Use mimalloc for benchmarks on all platforms
2022-08-10 16:56:42 +02:00
Loïc Lecrenier
8f73251012
Use mimalloc for benchmarks on macOS
2022-08-10 13:30:56 +02:00
Clémentine Urquizar
d5e9b7305b
Update version for next release (v0.32.0)
2022-07-21 13:20:02 +04:00
Kerollmops
cc48992e79
Bump the milli version to 0.31.1
2022-06-22 17:05:51 +02:00
Kerollmops
f5c3b951bc
Bump the milli version to 0.31.0
2022-06-22 12:08:16 +02:00
Clémentine Urquizar
31f749b5d8
Update version for next release (v0.30.0)
2022-06-20 12:09:57 +02:00
ManyTheFish
adbb0ff318
Add deletion benchmarks
2022-06-16 10:17:58 +02:00
Tamo
676187ba43
bump milli version
2022-06-09 16:53:32 +02:00
Kerollmops
56ee9cc21f
Bump the version to 0.29.2
2022-06-08 16:00:06 +02:00
Clémentine Urquizar
478dbfa45a
Update version for next release (v0.29.1)
2022-06-07 18:59:33 +02:00
Clémentine Urquizar
6ce1c6487a
Update version for next release (v0.29.0)
2022-06-02 18:07:55 +02:00
Clémentine Urquizar
c19c17eddb
Update version to v0.28.1
2022-06-01 18:31:02 +02:00
ManyTheFish
895f5d8a26
Bump milli version
2022-05-18 10:37:12 +02:00
Clémentine Urquizar
d138b3c704
Update version
2022-04-25 18:43:46 +02:00
ManyTheFish
5809d3ae0d
Add first benchmarks on formatting
2022-04-12 16:31:58 +02:00
Kerollmops
63682c2c9a
Upgrade the dependencies
2022-03-15 11:17:44 +01:00
Clémentine Urquizar
d9ed9de2b0
Update heed link in cargo toml
2022-03-01 19:45:29 +01:00
Tamo
176160d32f
fix all benchmarks and add the compile time checking of the benhcmarks in the ci
2021-09-22 12:10:21 +02:00
Tamo
5e683ba472
add benchmarks for the geosearch
2021-09-20 10:44:37 +02:00
Tamo
976dc1f4bc
prefix the search benchmarks with 'search'
2021-07-29 16:27:05 +02:00
Tamo
931021fe57
add benchmarks for indexing
2021-07-07 13:09:05 +02:00
Kerollmops
91c5d0c042
Use the AlwaysFreePages flag when opening an index
2021-07-05 16:36:13 +02:00
Irevoire
ec87bf3dd5
Update benchmarks/Cargo.toml
...
Co-authored-by: Clément Renault <renault.cle@gmail.com>
2021-07-01 11:45:05 +02:00
Tamo
fc09d77e89
fix the benchmarks dependcies
2021-07-01 11:38:30 +02:00
Kerollmops
98285b4b18
Bump milli to 0.6.0
2021-06-23 17:30:26 +02:00
Tamo
77eb37934f
add jemalloc to http-ui and the benchmarks
2021-06-22 14:17:56 +02:00
Kerollmops
29824d05ab
Reduce the length of the benchmarks names
2021-06-03 15:59:43 +02:00