whippet-db
whippet-db copied to clipboard
Fast embedded key-value database engine for Java.
Results
2
whippet-db issues
Sort by
recently updated
recently updated
newest added
Exception in thread "main" java.lang.IllegalArgumentException: Unsupported capacity: 2 147 483 680 > 2 147 483 647 That is Integer.MAX_VALUE
Just a note to say that Whippet-DB is not compiling. It is getting an unchecked assignment error, reason being new DbBuilder has a raw type so result of asMap is...