Nanonid commented on issue #1171: couchdb unable to run on FIPS enabled CentOS
URL: https://github.com/apache/couchdb/issues/1171#issuecomment-366229506
 
 
   Ideally there would be a benchmark for how erlang would call the routine, 
just in case there are OTP specific issues.
   
   Acceleration could also vary across chips, and shouldn't necessarily be 
Intel only acceleration. Many different hashes can take advantage of AVX(1/2) 
on other CPU like 
[Ryzen](http://www.sisoftware.eu/2017/04/05/amd-ryzen-review-and-benchmarks-cpu/).
   
   One of the benchmarks makes a good point that parallel hashing may also be 
more performant. This would then also change the calling semantics.
   
   1. [Parallel 
XXHash](https://www.snellman.net/blog/archive/2017-03-19-parallel-hashing-with-avx2/)
   2. [Google HighwayHash Project](https://github.com/google/highwayhash)
   3. [Node.js HighwayHash](https://github.com/lovell/highwayhash)
   
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to