summaryrefslogtreecommitdiff
path: root/crates/equix/src/bucket_array
Commit message (Collapse)AuthorAgeFilesLines
* equix, hashx: Additional comment tweaksMicah Elizabeth Scott2023-07-272-11/+59
| | | | | | More review feedback. Thanks nickm! Signed-off-by: Micah Elizabeth Scott <[email protected]>
* tor-hspow, equix, hashx: Comment tweaksMicah Elizabeth Scott2023-07-272-31/+37
| | | | | | Making a few comment tweaks suggested in review feedback. Signed-off-by: Micah Elizabeth Scott <[email protected]>
* equix: Refactoring for bucket_arrayMicah Elizabeth Scott2023-07-272-0/+613
This splits up bucket_array into two smaller modules, one for the hash table behavior and one for the MaybeUninit memory management. Signed-off-by: Micah Elizabeth Scott <[email protected]>