rdfhdt / hdt-java

HDT Java library and tools.
Other
94 stars 69 forks source link

Update JLargeArrays and use SequenceLog64Big instead of SequenceLog64 #174

Closed ate47 closed 1 year ago

ate47 commented 1 year ago

In this pull request I've updated the JLargeArrays dependency to use the latest version with the fix for #167. It was required to use the Gitlab development release because no Maven central version exists.

Added to that I've updated the code for the new version and replaced SequenceLog64 to SequenceLog64Big.

It should also fix #173