From 17ea46b5730016c3da8dea196a3f1c2527f1376c Mon Sep 17 00:00:00 2001 From: Erik Nyquist Date: Thu, 4 Jan 2024 18:15:06 -0800 Subject: [PATCH] Fix typo in docs --- docs/index.html | 2 +- hashtable_api.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;