Skip to content

1.4.1

Choose a tag to compare

@thomaskrause thomaskrause released this 07 Dec 15:58
· 826 commits to main since this release
v1.4.1
76d8f4b

Fixed

  • Avoid unnecessary memory allocation when checking if a node has outgoing edges in
    adjacency lists. This improves search for tokens because the Coverage components
    are typically adjacency lists, and we need to make sure the token nodes don't
    have any outgoing edges.
  • Fixed miscalculation of whitespace string capacity which could lead to
    memory allocation failed error.