adamfowleruk / groundupdb

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

Make HighwayHash perform better #28

Open adamfowleruk opened 3 years ago

adamfowleruk commented 3 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.