From afc07fb7350cc8dc8ebca208b3ae6b041980c108 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 26 Jul 2021 23:29:51 -0700 Subject: Performance improvements for caching --- types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'types.h') 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; // -- cgit v1.2.3