matu3ba / chepa

Fast checking of paths on conformance for shell coding and absence of antipatterns.
MIT License
3 stars 0 forks source link

utf8 and general checklist #4

Open matu3ba opened 2 years ago

matu3ba commented 2 years ago
  1. [ ] formulate assumptions for linebreak characters on OSes
  2. [ ] create CI
  3. [ ] automate benchmarks in build.zig

Incomplete list to check for utf8

Other perf improvements:

matu3ba commented 2 years ago

zigstr provides printing/rendering support and meta information. std.unicode only provides the unicode codepoints, which need to be combined to get aforementioned information.