From 5dae158b1d9ed2799a07521a403d54def0025638 Mon Sep 17 00:00:00 2001 From: Shautvast Date: Wed, 24 May 2023 22:18:57 +0200 Subject: [PATCH] better --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 381da0b..0f64e84 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ **Design decisions** * built for speed and efficiency (within java) -* uses SQLite storage with 1 exception: float is stored as f32 +* uses storage format borrowed from SQLite with 1 exception: float is stored as f32 (SQLite only uses f64) * needs jdk 9 (VarHandles) * minimal reflection (once per creation of the list)