Jason

Results 36 issues of Jason

字典或TRIE树只需要在一个进程当中创建一次就可以了,其它进程再次分词的时候只需要读到此TRIE树的内存,而不需要再一次从文件加载并创建字典。使用mmap方式可以节约内存与进一步减少启动时间。 基于mmap的C++ allocator有类似这样的开源项目: https://github.com/johannesthoma/mmap_allocator 虽然http方式也可以实现集中处理分词的效果,但若mmap相信效率有更好的提升。

Stale

![00b01325ee0235cf0b4a3343471eab0](https://user-images.githubusercontent.com/4100344/172851514-c83dc1b3-7fb7-496e-993b-c9de85441fed.png)

![image](https://user-images.githubusercontent.com/4100344/172852393-e49030b8-34c9-478b-a9f1-90e5f796f667.png)

I cannot use angular-filemanager in iPhone/iPad/Android device. Because they cannot use right click popup menus. I have an idea, when select one item in touch device, show one button automatically...

As I known, the sync.Pool in golang , you must use get/put together. But the code below https://github.com/c4milo/gsync/blob/master/gsync_client.go#L109 you only bufferPool.Put(bfp) when the err is io.EOF, is this ok?

enhancement
help wanted

Please add an new api in server.go The code like below: ``` func (srv *Server) Serve(c net.PacketConn) error { srv.addConn(c) defer srv.removeConn(c) return srv.agent.ServePacket(c) } ``` I want to add...

Here is a new requirement, and the case is: a large file on the internet which has multiple mirror download links, and the md5sum is the same. the mirror http...

# 插件列表 https://www.koolcenter.com/article/app/ ## 梅林 插件 | 作者 | 完成情况 ------------ | -------------| ------------- aria2 | - | - CFE工具箱 | - | - CloudFlare DDNS | - | -...

## 功能开发 - [x] #416 - [x] DDNS-GO 版本支持 - [x] #344 - [x] 增加 R2C 的固件 - [x] #500 - [x] #447 - [x] #385 - [x] #386 -...

如题 ![937a4dacfffa46c50b5573e9178a12e](https://user-images.githubusercontent.com/4100344/165441104-daa7e625-4c46-438f-9546-b546d6725b85.png)