diff options
| author | Nathan Moinvaziri <nathan@nathanm.com> | 2025-11-28 19:31:10 -0800 |
|---|---|---|
| committer | Hans Kristian Rosbach <hk-github@circlestorm.org> | 2025-12-01 11:21:30 +0100 |
| commit | 2c8703510b62bc726e1d2ff9e04e10f221b43cb2 (patch) | |
| tree | dda73eb097d1df00cca63b2bf3d6f48badba1024 /insert_string.c | |
| parent | 6e6ec1c33cb2b183b31dbe3ccf85cba5e6db1f85 (diff) | |
| download | Project-Tick-2c8703510b62bc726e1d2ff9e04e10f221b43cb2.tar.gz Project-Tick-2c8703510b62bc726e1d2ff9e04e10f221b43cb2.zip | |
Add quick_insert_value for optimized hash insertion
Reduces the number of reads by two
Co-authored-by: Brian Pane <brianp@brianp.net>
trifectatechfoundation/zlib-rs#374
trifectatechfoundation/zlib-rs#375
Diffstat (limited to 'insert_string.c')
| -rw-r--r-- | insert_string.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/insert_string.c b/insert_string.c index 0c72347fc6..2826921292 100644 --- a/insert_string.c +++ b/insert_string.c @@ -17,5 +17,6 @@ #define UPDATE_HASH update_hash #define INSERT_STRING insert_string #define QUICK_INSERT_STRING quick_insert_string +#define QUICK_INSERT_VALUE quick_insert_value #include "insert_string_tpl.h" |
