File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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.
253253pack-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.
You can’t perform that action at this time.
0 commit comments