You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
more of an edge case, but we need to handle if a pattern can continue over chunk boundaries.
// This block is what allows us to detect matches over chunk boundaries.
// When we're close enough to a boundary that a pattern match could overrun, we
// copy the final bytes in the buffer to the start of the buffer, then read into
// the rest of the buffer.
The text was updated successfully, but these errors were encountered:
more of an edge case, but we need to handle if a pattern can continue over chunk boundaries.
// This block is what allows us to detect matches over chunk boundaries.
// When we're close enough to a boundary that a pattern match could overrun, we
// copy the final bytes in the buffer to the start of the buffer, then read into
// the rest of the buffer.
The text was updated successfully, but these errors were encountered: