From 2c8703510b62bc726e1d2ff9e04e10f221b43cb2 Mon Sep 17 00:00:00 2001 From: Nathan Moinvaziri Date: Fri, 28 Nov 2025 19:31:10 -0800 Subject: Add quick_insert_value for optimized hash insertion Reduces the number of reads by two Co-authored-by: Brian Pane trifectatechfoundation/zlib-rs#374 trifectatechfoundation/zlib-rs#375 --- insert_string.c | 1 + 1 file changed, 1 insertion(+) (limited to 'insert_string.c') 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" -- cgit 0.0.5-2-1-g0f52