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


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?
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 -...
如题 