Skip to content

Commit a8af6e6

Browse files
authored
Use zlib-rs for gix/max-performance
1 parent 9f7ea1e commit a8af6e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gix/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,9 +252,9 @@ pack-cache-lru-static = ["gix-pack/pack-cache-lru-static"]
252252
## Provide a hash-map based LRU cache whose eviction is based a memory cap calculated from object data.
253253
pack-cache-lru-dynamic = ["gix-pack/pack-cache-lru-dynamic"]
254254

255-
## Activate other features that maximize performance, like usage of threads, `zlib-ng` and access to caching in object databases.
255+
## Activate other features that maximize performance, like usage of threads, `zlib-rs` and access to caching in object databases.
256256
## Note that some platforms might suffer from compile failures, which is when `max-performance-safe` should be used.
257-
max-performance = ["max-performance-safe", "zlib-ng", "fast-sha1"]
257+
max-performance = ["max-performance-safe", "zlib-rs", "fast-sha1"]
258258

259259
## If enabled, use assembly versions of sha1 on supported platforms.
260260
## This might cause compile failures as well which is why it can be turned off separately.

0 commit comments

Comments
 (0)