Commit Graph

15 Commits

Author SHA1 Message Date
dc949ab46a Remove puffin usage 2024-05-27 15:59:14 +02:00
182cb42953 chore: fix some typos in conments
Signed-off-by: redistay <wujunjing@outlook.com>
2024-04-02 19:37:55 +08:00
5d7061682e Add tracing to milli 2024-02-08 15:03:31 +01:00
0d4482625a Make the changes to use heed v0.20-alpha.6 2023-11-23 11:43:58 +01:00
eef95de30e First iteration on exposing puffin profiling 2023-07-18 17:38:13 +02:00
abf1cf9cd5 Fix clippy errors 2022-11-04 09:27:46 +09:00
beb987d3d1 Fixing piles of clippy errors.
Most of these are calling clone when the struct supports Copy.

Many are using & and &mut on `self` when the function they are called
from already has an immutable or mutable borrow so this isn't needed.

I tried to stay away from actual changes or places where I'd have to
name fresh variables.
2022-10-13 22:02:54 +02:00
d127c57f2d review edits 2022-03-15 17:12:48 +01:00
d68fe2b3c7 optimize word prefix fst 2022-03-15 16:36:48 +01:00
6eb47ab792 remove update_id in UpdateBuilder 2021-11-16 13:07:04 +01:00
fc7cc770d4 Add logging timers 2021-09-01 16:48:40 +02:00
5c962c03dd Fix and optimize word_prefix_pair_proximity_docids database 2021-09-01 16:48:40 +02:00
9716fb3b36 format the whole project 2021-06-16 18:33:33 +02:00
312c2d1d8e Use the Error enum everywhere in the project 2021-06-14 16:58:38 +02:00
e65bad16cc Compute the words prefixes at the end of an update 2021-04-27 14:39:52 +02:00