Skip to content

5.3.0

Compare
Choose a tag to compare
@sdcondon sdcondon released this 21 Jan 15:35
· 13 commits to main since this release
  • Added AsyncPathTree<TValue> and AsyncPathTree to the TermIndexing namespace - to facilitate more efficient IO for node implementations that use it.
  • The value parameter of the TryGetExact method of discrimination trees is now marked [MaybeNullWhen(false)].
  • The static single-letter variable declarations in sentence factories are now initialised rather than instantiating a new declaration each time they are called. 26 minimally sized objects is fine to be static - I've no clue why I was so cagey about this.