-
- Downloads
Get strspn() out of the ANSI hot path.
This was the only standout issue when profiling the ANSI parsing code, and is a trivial fix since we're pretty much only checking contiguous ranges of characters. Unfortunately, I didn't create a test for comparison here.
Please register or sign in to comment