explosion / preshed

💥 Cython hash tables that assume keys are pre-hashed
MIT License
82 stars 19 forks source link

bloom: replace raw array with `std::vector` and raw pointer with `std::unique_ptr` #39

Closed danieldk closed 1 year ago

danieldk commented 1 year ago

We could make similar changes to the other modules, but I wanted to avoid making an excessively large PR.

Update: also hide internal data structures.