1
0
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:
Wang Bin
2015-03-30 14:25:08 +08:00
parent 0ca4053394
commit 328310cfbb
3 changed files with 2 additions and 85 deletions

View File

@@ -9,7 +9,3 @@ type Entry struct {
type DictLoader interface {
AddEntry(Entry)
}
type Cacher interface {
CacheNameFormat() string
}