Skip to content

1.0 Release

Compare
Choose a tag to compare
@manishobhatia manishobhatia released this 25 Mar 18:07
· 56 commits to master since this release
81d7b61
  • 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