about summary refs log tree commit diff stats
path: root/res/genidna.nim
Commit message (Collapse)AuthorAgeFilesLines
* charwidth: use pre-generated map filebptato2024-01-041-0/+1
| | | | Also for reducing compilation time.
* idna: use pre-generated map file, misc changesbptato2024-01-041-0/+218
Speeds up compilation somewhat. Included in the repository because it's not that huge. misc changes: * use seq, not set for UCS-16 sets (it takes up less space) * remove unnecessary noSideEffects casts