Skip to content
  • Deucе's avatar
    d308ae45
    Get strspn() out of the ANSI hot path. · d308ae45
    Deucе authored
    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.
    d308ae45
    Get strspn() out of the ANSI hot path.
    Deucе authored
    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.
Loading