1.4.1
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 failederror.