Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update various docs; start data issue log | Martin Czygan | 2020-09-03 | 2 | -1/+1 |
| | |||||
* | add notes on abbrevs | Martin Czygan | 2020-08-15 | 2 | -0/+2260 |
| | |||||
* | update plan | Martin Czygan | 2020-08-14 | 1 | -0/+5 |
| | |||||
* | note on optimization: marisa-trie | Martin Czygan | 2020-08-12 | 1 | -0/+1 |
| | | | | | | | | | | Currently, the JSON mapping is 172M, turning this into a dict takes a bit, plus consumes GBs of memory. For exact lookups, we might want to use marisa-trie: > String data in a MARISA-trie may take up to 50x-100x less memory than in a standard Python dict; the raw lookup speed is comparable; trie also provides fast advanced methods like prefix search. | ||||
* | add notes/todo | Martin Czygan | 2020-08-12 | 1 | -0/+17 |