derhuerst/dict-cc-cli
Ver no GitHubuse protocol buffers to get a smaller data file
Open
#4 aberto em 8 de mar. de 2018
enhancementhelp wanted
Métricas do repositório
- Stars
- (12 stars)
- Métricas de merge de PR
- (Nenhuma PRs mesclada em 30d)
Description
For de -> en, the generated data file is currently 65m in size. We can easily reduce this without sacrificing a lot of speed by using protocol buffers.
- write a
.protofile - using
pbf, generate en-/decoding code - generate a binary data file
- read from the file