diff options
author | Eric Anholt <eric@anholt.net> | 2009-11-23 11:35:52 +0100 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2009-11-23 18:05:29 -0800 |
commit | 0acdee5dda8ecb39e1d5bee61ebef5b4a1373a59 (patch) | |
tree | dd83f926bedf2777946dcaa0a37a1c7242f72bd8 /README | |
parent | 8048efe7e4ca186cb51fee1a31c15c6e48c7db39 (diff) |
Add testing infrastructure.
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -40,6 +40,6 @@ Performance considerations: The solution here is to decide when the table is too full of deleted entries and recompute the data into a clean version of the hashtable. -In addition to the core hash_table implementation, a copy of the FNV-1a 32-bit -hash function is included for convenience for those that don't wish to analyze -hash functions on their own. +In addition to the core hash_table implementation, a sample of the FNV-1a +32-bit hash function is included for convenience for those that don't wish +to analyze hash functions on their own. |