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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Significant Performance increase from 0.x version. Provides a linear cost for most types of data
From earlier version we can see at least 4X improvements in response times for match
Reduces memory usage to more than 1/2 from earlier version
Replaces configuration of SimilarityMatchFunction and MatchOptimizerFunction in Element to a more simplified MatchType and provides performance guarantees
NUMBER and DATE types are now matched using Nearest Neighbor algorithm
Element is now a Generic, to allow support for wider range of Data Types in the future