Replies: 1 comment 2 replies
-
This is another good point, I think adding a DB like H2 would be fine as long as its using some sort of dependency shading. Or maybe defined as an optional dependency in Maven. I can investigate the performance of a HSQLDB binary dataformat vs standard Java serialisation/deserialisation |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The biggest concern with the data structures is that they're internal and manual - a database would be able to do what the data structures do far better. But a database: which one? H2? HSQLDB? Those would be the best candidates, but they're very common - which means you might conflict with someone else's dependency.
Beta Was this translation helpful? Give feedback.
All reactions