Skip to content

v0.6.0

Compare
Choose a tag to compare
@jamarino jamarino released this 18 Jul 17:22
· 49 commits to main since this release
44d2b41

Query performance improved by 10-35% by replacing recursive query methods with allocation-free depth-first-search iterative implementation.

Note: netstandard2.0 now requires System.Memory for Span<>