dtmt/crates
Lucas Schwiderski 20c0382c22
refactor: Make operations on binary data sync
There is no benefit from making all operations on binary data read
in small, async steps directly from the file.
Since we know file sizes beforehand, it's less complex to read
the entire data blob into memory once, then operate on that
synchronously.
2023-01-06 13:30:18 +01:00
..
dtmt refactor: Make operations on binary data sync 2023-01-06 13:30:18 +01:00