From f9a7d9cd8a7e603c89d4cc5d98d7f694cc217d85 Mon Sep 17 00:00:00 2001 From: Soikk Date: Sat, 6 Aug 2022 21:46:45 +0200 Subject: Refactored database. Replaced htable with ctable (same thing different name). Introduced AVL tree for hashes. --- TODO | 2 ++ 1 file changed, 2 insertions(+) (limited to 'TODO') diff --git a/TODO b/TODO index c0f473b..3ffe276 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,5 @@ +TODO Use inttypes.h add, divide and multiply functions + TODO Consider refactoring tables to B-Trees (better performance?) TODO Add remove* functions, restructure tables functions -- cgit v1.2.3