Releases: feature23/StringSimilarity.NET
Releases · feature23/StringSimilarity.NET
v6.0.0
- #28 - Support
ReadOnlySpan<T>
for Damerau, JaroWinkler, Levenshtein, LongestCommonSubsequence, MetricLCS, NormalizedLevenshtein, and OptimalStringAlignment algorithms. This can provide performance improvements for cases where you need to compare i.e. byte arrays with ASCII or Latin-1 encoded data, without having to convert to a .NET (UTF-16) string first. Note that this does not handle multi-byte characters/code points, so use with caution for any inputs that might (accidentally) be i.e. UTF-8. To ensure algorithm accuracy, it is still generally recommended that you convert to string first in most cases, using the proper System.Text.Encoding conversion for your input data.
v5.1.0
v5.0.0
v4.1.0
v4.0.0
v4.0.0-beta
3.1.0
3.0.0
v1.1.1
This patch release fixes an issue with stale code deployed to NuGet.
v1.1.0
This release brings the library up-to-date with v0.18 of the upstream Java version.