aboutsummaryrefslogtreecommitdiff
path: root/src/util/async_hash.rs
Commit message (Collapse)AuthorAgeFilesLines
* [s3-checksum] implement x-amz-checksum-* headersAlex Auvolat2024-03-261-61/+0
|
* Simplify+improve async hasher by using bounded channellx-perf-improvementsAlex Auvolat2022-09-121-8/+5
|
* Make clippy happyAlex Auvolat2022-07-291-0/+6
|
* Performance improvements:Alex Auvolat2022-07-291-6/+9
| | | | | - reduce contention on mutation_lock by having 256 of them - better lmdb defaults
* Compute hashes on dedicated threadsAlex Auvolat2022-07-291-0/+55