No description
Find a file
2023-05-24 22:12:14 +02:00
src initial commit after two days work 2023-05-24 22:12:14 +02:00
.gitignore initial commit after two days work 2023-05-24 22:12:14 +02:00
LICENSE Initial commit 2023-05-24 22:10:19 +02:00
pom.xml initial commit after two days work 2023-05-24 22:12:14 +02:00
README.md initial commit after two days work 2023-05-24 22:12:14 +02:00

Design decisions

  • built for speed and efficiency (within java)
  • uses SQLite storage with 1 exception: float is stored as f32
  • needs jdk 9 (VarHandles)
  • minimal reflection (once per creation of the list)