Merge branch 'main' into tmp-release-v1.3.0

This commit is contained in:
ManyTheFish
2023-08-01 15:05:17 +02:00
37 changed files with 295 additions and 71 deletions

View File

@ -214,6 +214,7 @@ pub fn sorter_into_lmdb_database(
sorter: Sorter<MergeFn>,
merge: MergeFn,
) -> Result<()> {
puffin::profile_function!();
debug!("Writing MTBL sorter...");
let before = Instant::now();