From cf9285b1dbdf687630076149413f16e5d4af82e8 Mon Sep 17 00:00:00 2001 From: nodist Date: Sun, 28 Jun 2026 13:41:22 -0400 Subject: type body object definitions and garbage collection algo --- docs/application/identifier.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/application/identifier.md') diff --git a/docs/application/identifier.md b/docs/application/identifier.md index 8f85b15..47dcd79 100644 --- a/docs/application/identifier.md +++ b/docs/application/identifier.md @@ -7,9 +7,9 @@ Store vars, types and symbols as compressed strings ## Object Definitions ```c -#define KPL_IDENTIFIER_PARTS 9 +#define KPL_IDENTIFIER_PARTS 6 -// TODO 90 charaters of [A-Za-z0-9_] in 72 bytes +// TODO 60 charaters of [A-Za-z0-9_] in 48 bytes typedef struct { uint64_t parts[KPL_IDENTIFIER_PARTS]; -- cgit v1.2.3