You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: git-features/Cargo.toml
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -36,12 +36,16 @@ crc32 = ["crc32fast"]
36
36
#! ### Mutually Exclusive ZLIB
37
37
38
38
## Enable the usage of zlib related utilities to compress or decompress data.
39
-
## By default it uses a pure rust implementation which is slower than the **zlib-ng-compat** version, but might be relevant if you prefer a pure-rust build
40
-
## and reduced performance is acceptable. Note that a competitive Zlib implementation is critical to `gitoxide's` object database performance.
39
+
## By default it uses a pure rust implementation which is slower than the **zlib-ng-compat** or **zlib-stock** versions, but might be relevant if you prefer a pure-rust build
40
+
## and reduced performance is acceptable. **zlib-stock** can be used if dynamic linking of an external zlib library is desired or if cmake is not available.
41
+
## Note that a competitive Zlib implementation is critical to `gitoxide's` object database performance.
41
42
## Additional backends are supported, each of which overriding the default Rust backend.
0 commit comments