peleiden / pelutils

Utility module for Python
MIT License
6 stars 0 forks source link

Faster unique #116

Open asgerius opened 2 years ago

asgerius commented 2 years ago

Basic idea for n threads:

asgerius commented 1 year ago

Skip crazy unique idea, but maybe a faster hashmap library may exist, e.g. https://github.com/Mashpoe/c-hashmap

asgerius commented 4 weeks ago

Also are compiler optimizations even enabled?