This commit is contained in:
Shautvast 2023-05-24 22:18:57 +02:00
parent eb2ce80256
commit 5dae158b1d

View file

@ -1,6 +1,6 @@
**Design decisions** **Design decisions**
* built for speed and efficiency (within java) * 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) * needs jdk 9 (VarHandles)
* minimal reflection (once per creation of the list) * minimal reflection (once per creation of the list)