Commit Graph

3 Commits

Author SHA1 Message Date
Luis Cossío
7d0e4e76ff Fix clippy 1.77 lints: explicitly set truncate flag on file creation (#3561)
* add `truncate(true)` where unspecified

* remove unused `WriteGuard` wrapper

* Don't truncate if we explicitly set the size later

---------

Co-authored-by: timvisee <tim@visee.me>
2024-03-05 17:03:56 +01:00
Arnaud Gourlay
c00e496e47 Sparse index persistence (#2718)
* Sparse index persistence

* code review

* remove pub visibility
2023-10-06 12:44:01 +02:00
Arnaud Gourlay
abd0d57d5d Introduce Memory common module (#2712)
* Introduce Memory common module

* fix Windaube build

* move mmap_ops as well
2023-10-06 12:39:37 +02:00