You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.