Antoine Willerval

Results 31 issues of Antoine Willerval

Since Java 9, we can't use the unsafe class `sun/misc/Cleaner`, but this class is used in the JLargeArray library, this library is used to create big sequences to allocate arrays...

This pull request ask to add a disk-based HDT generation method: `generateHDT`. This method will use merge sort to merge the sections and the triples. It is only available to...

The [ByteStringUtil.longestCommonPrefix(...) method](https://github.com/rdfhdt/hdt-java/blob/master/hdt-java-core/src/main/java/org/rdfhdt/hdt/util/string/ByteStringUtil.java#L100) isn't working when one of its parameters is a String and the other a Compact or Replazable String, in the internal strings (Replazable/Compact), the `charAt(i)` methods are...

### Summary Fix an issue where Blackout is selected, because ``Mode.Blackout == Mode.Warzone`` ### Checklist - [x] If code changes were made then they have been tested - [ ]...

This pull request create a new small method to generate HDT, `catTree`. This method create small HDTs using the generateHDT method and HDTCat them to reduce memory usage or being...

### Mod version latest ### Minecraft version 1.19 ### Mod loader Both ### Description of the request The readme is still using an old version with outdated example, it would...

enhancement
documentation

### Mod version 2.1.0 ### Minecraft version 1.19 ### Mod loader Both ### Description of the request It would be good to add a search bar for the blocks/entities search...

enhancement
fabric
forge

Like said in the title, the mod is currently not working with optifine or optifabric. Please do not create new post about it, they will be marked as duplicate and...

bug
wontfix
fabric
forge

Like said in the title Example: Snow

bug
fabric
forge

Hello, In the C++ libdebug code, the write methods are using `size_t vector::size()`, but the size of size_t isn't 4 bytes by default. In my version `sizeof(size_t) = 8`, so...