diff options
| author | Tyge Løvset <[email protected]> | 2023-04-24 06:38:10 +0200 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2023-04-24 06:38:10 +0200 |
| commit | 3139f550e2af86003e08f0795e395690c120d63e (patch) | |
| tree | 75dc149e9967fec2b6ff424e2382a12475bdfb16 | |
| parent | ee619c6ef061c4adb2b13985ebb7d2c67551c84a (diff) | |
| download | STC-modified-3139f550e2af86003e08f0795e395690c120d63e.tar.gz STC-modified-3139f550e2af86003e08f0795e395690c120d63e.zip | |
Set i_expandby 2 by default.
| -rw-r--r-- | include/stc/cmap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stc/cmap.h b/include/stc/cmap.h index 1aeb63df..34a9ec79 100644 --- a/include/stc/cmap.h +++ b/include/stc/cmap.h @@ -74,7 +74,7 @@ typedef struct { intptr_t idx; uint8_t hashx, found; } chash_bucket; #define i_max_load_factor 0.80f #endif #ifndef i_expandby - #define i_expandby 1 + #define i_expandby 2 #endif #include "priv/template.h" #ifndef i_is_forward |
