Add asciilib: similar to ucs1, ucs2 and ucs4 library, but specialized to ASCII
ucs1, ucs2 and ucs4 libraries have to scan created substring to find the maximum character, whereas it is not need to ASCII strings. Because ASCII strings are common, it is useful to optimize ASCII.
Showing
Objects/stringlib/asciilib.h
0 → 100644
This diff is collapsed.
Please register or sign in to comment