adamfowleruk / groundupdb

Creating a database from the ground up in C++ for fun!
Apache License 2.0
127 stars 27 forks source link

Make HighwayHash perform better #28

Open adamfowleruk opened 4 years ago

adamfowleruk commented 4 years ago

HighwayHash supports SIMD specific compiler mode.

Ensure that for all platforms this compiles the most appropriate and fast version for the hardware it is being compiled on.