Skip to content

Releases: ncode/yaml

v0.2.1

Choose a tag to compare

@ncode ncode released this 22 Jun 14:02
87fc700

What's Changed

  • Bound emitter output growth before allocation by @ncode in #14

Full Changelog: 0.2.0...v0.2.1

0.2.0

Choose a tag to compare

@ncode ncode released this 29 May 18:10
eed25a0

What's Changed

  • Refactor internal YAML architecture by @ncode in #13

Full Changelog: 0.1.0...0.2.0

0.1.0

Choose a tag to compare

@ncode ncode released this 11 May 20:47
eae3850

What's Changed

  • It's born by @ncode in #1
  • preallocate scanner tokens by @ncode in #2
  • working to improve memory usage by @ncode in #3
  • improve memory usage for simple load paths by @ncode in #4
  • extend simple load fast path coverage by @ncode in #5
  • reduce flow parser event allocations by @ncode in #6
  • add source-line load fast path by @ncode in #7
  • feat(benchmark): include token and event counts in allocation reports by @ncode in #8
  • fix ci pipeline by using llvm plumbing by @ncode in #9
  • reduce stream load composition memory by @ncode in #10
  • update README.md by @ncode in #11
  • ci: upload kcov coverage to Codecov and add badge by @ncode in #12

New Contributors

  • @ncode made their first contribution in #1

Full Changelog: https://github.com/ncode/yaml/commits/0.1.0