mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Added Jenkin's hash functions in C++ form
- not much speed difference between SuperFastHash and Jenkin's lookup3 but both are 5-10% faster than what is currently implemented in Foam::string, albeit inlining probably helps there. - TODO: integration with existing infrastructure
This commit is contained in:
3
applications/test/HashingSpeed/Make/files
Normal file
3
applications/test/HashingSpeed/Make/files
Normal file
@ -0,0 +1,3 @@
|
||||
testHashingSpeed.C
|
||||
|
||||
EXE = $(FOAM_USER_APPBIN)/testHashingSpeed
|
||||
0
applications/test/HashingSpeed/Make/options
Normal file
0
applications/test/HashingSpeed/Make/options
Normal file
1070
applications/test/HashingSpeed/testHashingSpeed.C
Normal file
1070
applications/test/HashingSpeed/testHashingSpeed.C
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user