aboutsummaryrefslogtreecommitdiff
path: root/src/util/async_hash.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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