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

declare functions inline? #117

Open kilianmh opened 4 months ago

kilianmh commented 4 months ago

Should we inline all (or at least the smaller) functions in the library (improve performance a bit at cost of bigger compiled code size)? @vindarel