derhuerst / derhuerst/dict-cc-cli
use protocol buffers to get a smaller data file
Open
enhancement
help wanted
- Dominant language
- JavaScript
- Stars
- 13
- Forks
- 1
- PR merge metrics
- No merged PRs in 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](https://developers.google.com/protocol-buffers/).
- [ ] write a `.proto` file
- [ ] using [`pbf`](https://www.npmjs.com/package/pbf), generate en-/decoding code
- [ ] generate a binary data file
- [ ] read from the file
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.