gitbutler/crates/gitbutler-oplog
Sebastian Thiel 13deabdebd
find large files more quickly thanks to gix based dirwalk
Also make sure that important `gix` crates are always compiled
with optimization for proper performance.

This is particularly useful when optimizing performance as not
everything has to be done in release mode.

However, it also causes CI to be slower as it compiles some
dependencies longer.

The problem realy is that `tauri dev` doesn't support custom profiles,
so there is only `dev` and `release`.
2024-08-28 21:19:47 +02:00
..
src find large files more quickly thanks to gix based dirwalk 2024-08-28 21:19:47 +02:00
tests run the nightly cargo fmt with pnpm fmt 2024-07-28 21:02:40 +02:00
Cargo.toml add --trace to enable tracing 2024-08-21 19:23:42 +02:00