wyhhh opened this issue 3 years ago · 2 comments
我发现你在new时load字典使用split + collect,这其实是一种很低效的方法,能否换手写不去alloc和split?这样在new时能快一点。
Feel free to try.
给你写个返回 -> Option<Result<(word: String,freq: usize,tag: String), Error>>的迭代器吧,剩下你自己处理
-> Option<Result<(word: String,freq: usize,tag: String), Error>>