Delsart

Results 4 issues of Delsart

its havy to implement debounce when using this stack api.

希望可以增加对处理器多核心的支持

enhancement

### Current Situation: The BinaryFormat interface, implemented by formats like ProtoBuf and Cbor, only provides: ``` kotlin fun encodeToByteArray(serializer: SerializationStrategy, value: T): ByteArray fun decodeFromByteArray(deserializer: DeserializationStrategy, bytes: ByteArray): T ```...

feature

there tree entries in cjdict.txt 意**味** 70 **味**觉 110 气**味** 99 when encountering a string like "意味觉". since **味**觉(110) > 意**味**(70),so we expect segment:"意","味觉",the actual is "意味","觉",is error. but when...

C-segmentation