derhuerst / derhuerst/dict-cc-cli

use protocol buffers to get a smaller data file

Open
#4 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.