paper-tonic/lua
Iron-E 3d99355405
perf(highlite): check `resolve_links` before `string.find`
`string.find` is not an expensive operation _per se_, but it doesn't
need to be done at all if `reolsve_links` is false. Checking
`resolve_links` is a cheaper operation than `string.find`
2021-08-22 15:20:58 -04:00
..
highlite.lua perf(highlite): check `resolve_links` before `string.find` 2021-08-22 15:20:58 -04:00