Skip to content

v1.1.0

Compare
Choose a tag to compare
@ThatsJustCheesy ThatsJustCheesy released this 21 Aug 03:19
· 5 commits to main since this release
  • Parser now works with Slices of input tokens instead of copying Arrays all over, improving performance immensely for large input sizes
    • e.g., running the example JSON parser on "[#{(1..100_000).to_a.join(", ")}]" takes <0.5s, while previously it took about 60s