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:
Mark Olesen
2009-03-02 19:57:17 +01:00
parent f83e4cbd98
commit 44a86232af
11 changed files with 2182 additions and 11 deletions

View File

@ -0,0 +1,3 @@
testHashingSpeed.C
EXE = $(FOAM_USER_APPBIN)/testHashingSpeed

File diff suppressed because it is too large Load Diff