Version 5.3.0
- Farkle's speed more than doubled by disabling tailcall optimizations.
- Minor breaking change: The API of the
CharStream
type slightly changed. Most notably, the typeCharStreamIndex
was removed in favor ofuint64
, and the order of the last two arguments in the functionCharStream.read
has changed.