Skip to content

v14.16.1

Choose a tag to compare

@github-actions github-actions released this 14 Sep 09:56
· 36 commits to main since this release
9cf1769

What's Changed

  • fix(query): evict deep lifts least-recently-used so a second lead stops reparsing every event by @yasyf in #7

Full Changelog: v14.16.0...v14.16.1

Follow-ups

  • Memoize the deep walk per Session, so predicates in one dispatch share a single walk: 0.27 s to 0.18 s per warm event on a synthetic 1,000-sidechain tree. It is deferred because walk() promises that re-walking a session sees sidechains that grew.
  • Tail-parse appended sidechains by stamp.