aboutsummaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2021-07-26 23:29:51 -0700
committerBruce Hill <bruce@bruce-hill.com>2021-07-26 23:29:51 -0700
commitafc07fb7350cc8dc8ebca208b3ae6b041980c108 (patch)
treebd8884b2dfbdc6d10fa3de820b9e07676d5045a9 /types.h
parentf23b9bc6375797d03dee54a31fcaa634f8376975 (diff)
Performance improvements for caching
Diffstat (limited to 'types.h')
-rw-r--r--types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/types.h b/types.h
index 29a3644..3a94203 100644
--- a/types.h
+++ b/types.h
@@ -88,7 +88,7 @@ typedef struct pat_s {
} leftrec;
struct pat_s *pat;
} args;
- short int cache_balance;
+ size_t id;
} pat_t;
//