rdfhdt / hdt-java

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

Fix set0 with LongArrayDisk #185

Closed ate47 closed 1 year ago

ate47 commented 1 year ago

There is an error in the set0 method in LongArrayDisk, this PR fix it, it was using long indexes instead of byte indexes in the file, causing some issues with the *8 added.