aboutsummaryrefslogtreecommitdiff
path: root/b3sum/README.md
diff options
context:
space:
mode:
authorJack O'Connor <[email protected]>2020-03-29 23:13:38 -0400
committerJack O'Connor <[email protected]>2020-03-30 00:36:13 -0400
commit6fbc1a679d31bb9aaede6685c802da387615876d (patch)
treede35b05877310209dc7a43278319ef2daf503fce /b3sum/README.md
parent152740578e65ba16e4d008917aad7ea5673dd88f (diff)
version 0.3.00.3.0
Changes since version 0.2.3: - The optimized assembly implementations are now built by default. They perform better than the intrinsics implementations, and they compile much more quickly. Bringing the default behavior in line with reported benchmark figures should also simplify things for people running their own benchmarks. Previously this crate only built Rust intrinsics implementations by default, and the assembly implementations were gated by the (slightly confusingly named) "c" feature. Now the "c" feature is gone, and applications that need the old behavior can use the new "pure" feature. Mainly this will be applications that don't want to require a C compiler. Note that the `b3sum` crate previously activated the "c" feature by default, so its behavior hasn't changed.
Diffstat (limited to 'b3sum/README.md')
-rw-r--r--b3sum/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/b3sum/README.md b/b3sum/README.md
index d20ec94..ded5595 100644
--- a/b3sum/README.md
+++ b/b3sum/README.md
@@ -5,7 +5,7 @@ A command line utility for calculating
Coreutils tools like `b2sum` or `md5sum`.
```
-b3sum 0.2.3
+b3sum 0.3.0
USAGE:
b3sum [FLAGS] [OPTIONS] [file]...