home.social
  1. The performance of blake3 multithreaded is very impressive:

    hmac-sha256 1.00 GB 0.327s <-- with hw accelerated sha256

    blake2b-256 1.00 GB 0.952s <-- pure sw, used in borg 1.x

    blake3 1.00 GB 0.442s <-- pure sw, single-threaded

    blake3-mt 1.00 GB 0.078s <-- pure sw, with MT.

    🚀 🚀 🚀

  2. Looks like rust platform support (blake3-py is implemented in rust) is good now for most platforms.

    Couldn't solve the rust-related issues on Haiku OS yet though.

  3. Trying to adopt fast blake3 hashing for borg2.

    github.com/borgbackup/borg/pul

  4. borgbackup 1.4.4 was just released!

    Some important fixes, a few small new features, check the change log please!

    github.com/borgbackup/borg/rel

  5. 2.0.0b20 was just released!

    There is quite some new stuff and also some fixes, please help with testing the betas!

    github.com/borgbackup/borg/rel