diff --git a/docs/index.html b/docs/index.html index fac3be1..f7580fd 100644 --- a/docs/index.html +++ b/docs/index.html @@ -152,7 +152,7 @@

All data for a single hashtable instance.
Definition: hashtable_api.h:183

Performance visualization

-

The following graph shows the results from a test program which creates a hashtable instance with a 16MB buffer, and inserts items until the buffer is full (each key is a 32-bit unsigned integer, and all values are NULL / 0 bytes).

+

The following graph shows the results from a test program which creates a hashtable instance with a 32MB buffer, and inserts items until the buffer is full (each key is a 32-bit unsigned integer, and all values are NULL / 0 bytes).

After every 2,000 items inserted, the test program performs the following checks;