Arseny Tolmachev
Arseny Tolmachev
Currently x64 builds use profile-guided optimizations (which is basically free 15% performance against not using it). But, it makes the build significantly longer and using PGO through QEMU is not...
Sorry, but Sudachi.rs does not support 32-bit execution mode (probably).
Thanks for the issue, looks very much like the description of the behavior in your third comment. I will look into the behavior in more detail and give advice after...
The hash function itself should work, but for 32-bit compatibility all `usize` usages should be checked. The other painful thing is memory mapping of dictionaries which will be a problem...
IMHO, Sudachi.rs does not need the PathAnchor functionality from Java because there is no classpath (albeit Python modules can serve as one). But I agree that in the current incarnation...
Supporting the plugin itself is a pretty straightforward task, however supporting integration tests for ES 8.10+ is a pretty large task because starting from ES 8.10+ it is impossible to...