explosion / preshed

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

map/counter: replace raw array with `std::vector` and raw pointer with `std::unique_ptr` #40

Closed danieldk closed 1 year ago

danieldk commented 1 year ago

Replace raw arrays by vector, replace raw pointers by unique_ptr. Also remove unused PreshMapArray