CJGutz / unchained

Simple template renderer and router
https://gutzkow.com
MIT License
2 stars 0 forks source link

Faster UTF-8 multi-Code-point slicing #2

Closed CJGutz closed 7 months ago

CJGutz commented 7 months ago

Char indecies function is O(n). Do O(1).