Arseny Tolmachev

Results 86 comments of Arseny Tolmachev

JNI stubs can be similar to what lz4-java does for array/BB support (https://github.com/jpountz/lz4-java/blob/master/src/jni/net_jpountz_lz4_LZ4JNI.c#L94)

Also getting this error when trying to use backward in Alpine Linux environment.

The current behavior means that only the last character was replaced by all new characters at once and non-last characters were gone into oblivion, leaving a hole in the original...

It's certainly error-prone! Also, we could have probably worked around this issue if it were possible to perform dll-ish rust rust calls with low-level APIs. Right now you either need...

Closing for #92 which should be merged instead

Transferred to elasticsearch plugin repo. WIll try to implement this in some capacity. Dictionary reload will not be supported for binary dictionaries of plain sudachi (but may be supported for...

After a consideration there is a problem: what to do with old documents which were analyzed by a different dictionary. When reloading a dictionary, some documents can produce different token...

Forward declarations are 'optimizations' for the compile time and matter for big projects. And there is a possibility that somebody would not want iostream include at all. Forward declarations provide...

Since the last version, we do universal2 builds for macOS which work both on aarch64 and x64 at the same time, which is better in my opinion. The bad thing...

Ah, Linux aarch64. I completely missed Linux in your first post, apologies. Pull request is welcome! Current linux build does PGO which is good for binary builds, but it probably...