better
This commit is contained in:
parent
eb2ce80256
commit
5dae158b1d
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue