The SKIP_CHAR fix caused a measurable performance drop. Since we can consider all chars below 0x20 as delimiters, we can avoid a cache lookup which requires a char to pointer conversion.
The SKIP_CHAR fix caused a measurable performance drop. Since we can consider all chars below 0x20 as delimiters, we can avoid a cache lookup which requires a char to pointer conversion.