skarupke / flat_hash_map

A very fast hashtable
1.69k stars 186 forks source link

now works on 32 bit arm platforms, such as RPi #18

Open zertyz opened 5 years ago

saierd commented 4 years ago

Thank you for your changes, I included them in my copy of the code.

I had a small problem, though. Your check for 32 or 64 bit systems does not handle AArch64 correctly, which leads to segmentation faults on that platform. Since quite some people seem to copy the changes from this pull request, you might want to add this fix.