From f743cceb58e217b2d88e083a06f73691dcf0852e Mon Sep 17 00:00:00 2001 From: phuslu Date: Tue, 2 Jan 2024 14:44:46 +0800 Subject: [PATCH] tweak readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8c39e0d..aa23198 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ - Continuous memory layout * Memory efficient - Uses only 24 extra bytes per cache object + - TTL (8 bytes) + ArrayList node (2 x 4 bytes) + Key hash (4 bytes) + Hash Entry index (4 bytes) ### Getting Started