// MD_Update(&m,buf,j);
// MD_Update(&m,buf,j);
Hi @munificent Regarding the following code snippet from chapter 2: ```cpp class MoveUnitCommand : public Command { public: MoveUnitCommand(Unit* unit, int x, int y) : unit_(unit), xBefore_(0), yBefore_(0), x_(x), y_(y)...
``` -e \x1b[31;01m[release]\x1b[0m Link \x1b[35;01mrelease/bin/boost_po_v1\x1b[0m -e \x1b[31;01m[release]\x1b[0m Compile \x1b[35;01msrc/vector_list/bench.cpp\x1b[0m In file included from src/vector_list/bench.cpp:21: include/policies.hpp:368:13: error: ‘plf’ was not declared in this scope 368 | struct Sort { | ^~~...
Hi, is it possible to do progressive/incremental encoding with this? It would significantly reduce the memory usage if we could feed in one block of the input file at a...
Hi all, not sure where the best place to post this so I'll post it here. So I first installed Debian 12 on my server with encrypted LVM and when...
Hi, can FastECC support progressive encoding to minimize memory usage? ISA-L can do this with the ec_encode_data_update function.
Hi all, A common problem faced by many is that DNS-over-HTTPS won't work if your clock is wrong, and you can't fix your clock because you can't resolve NTP domain...
Hi all! I wrote an io_uring-based implementation of b3sum here: https://github.com/1f604/liburing_b3sum I wrote two versions: a single-threaded version in C and a multi-threaded version in C++. The single-threaded version is...
Hi all, I compiled the example.c with and without NEON support on my Raspberry Pi 4 and got these results (using the same 2GB test file): - sha1sum file: 12.7s...