mirror of
https://github.com/fumiama/jieba.git
synced 2026-06-05 00:32:51 +08:00
removed all cache load/dump related codes, benchmark shows read from dict file is faster than load from gob file
This commit is contained in:
@@ -9,7 +9,3 @@ type Entry struct {
|
||||
type DictLoader interface {
|
||||
AddEntry(Entry)
|
||||
}
|
||||
|
||||
type Cacher interface {
|
||||
CacheNameFormat() string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user