mirror of
https://github.com/janet-lang/janet
synced 2026-03-20 22:59:47 +00:00
Platform libc's often contains optimized assembly implementations of strlen, so take advantage of them here instead of doing a naive count.
Platform libc's often contains optimized assembly implementations of strlen, so take advantage of them here instead of doing a naive count.