aarondandy / WeCantSpell.Hunspell

A port of Hunspell v1 for .NET and .NET Standard
https://www.nuget.org/packages/WeCantSpell.Hunspell/
Other
126 stars 19 forks source link

Cancellation and options #67

Closed aarondandy closed 2 years ago

aarondandy commented 2 years ago

This adds optional query options that callers can set and also cancellation token support. I tried my best to prevent any performance impact from these changes and I think the numbers turned out OK.