Skip to content

v4.0.0

@Whiteknight Whiteknight tagged this 14 Nov 22:24
This allows us to stop runaway Regexes from reading forever
This is important because the SequenceBuffer contains a lot more data per index than just a char, so we could eat a bunch of memory relatively quickly
Add a maxItems parameter to all methods which create a Regex or buffer
Default value is 128
Assets 2
Loading