From 88f0059c7e8e7680e39611e865b0356bc510adc8 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Tue, 21 Jul 2026 19:40:45 -0400 Subject: pit: Hash table annotations, better dumper --- pit/src/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pit/src/main.c') diff --git a/pit/src/main.c b/pit/src/main.c index 61b4b9c..af759b6 100644 --- a/pit/src/main.c +++ b/pit/src/main.c @@ -7,7 +7,8 @@ #include #include -PIT_DECLARE_DEQUE(double) +typedef char *mystr; +PIT_DECLARE_HASHTABLE(mystr, double) int main(int argc, char **argv) { i64 sz = 256 * 1024 * 1024; -- cgit v1.3.1