vindarel / cl-str

Modern, simple and consistent Common Lisp string manipulation library.
https://vindarel.github.io/cl-str/
MIT License
305 stars 37 forks source link

Perf: lexical var instead of repeated length calls #82

Closed kilianmh closed 1 year ago

kilianmh commented 1 year ago

-> (slightly) better performance

vindarel commented 1 year ago

I wonder if you measured this ;) but it's better indeed, thanks.