v1.0.2
Release Notes
Various performance optimisations and tweaks. Parse()
now has zero-allocations to the heap leading to a performance uplift and reduced GC pressure.
What's Changed
- perf: use device uint8 by @ayuhito in #47
- perf: make zero allocations to heap by @ayuhito in #48
- perf: use sync once for parser initialisation by @ayuhito in #49
Full Changelog: v1.0.1...v1.0.2