mirror of
https://github.com/janet-lang/janet
synced 2025-04-23 19:23:18 +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.