fast-string-similarity

0.0.1 • Public • Published

Fast String Similarity

3x faster that JS implementation.

Building

To compile the extension for the first time, run

$ npm i
$ npm run configure
$ npm run build

All subsequent builds only need npm run build

You can confirm everything built correctly by running the test suite.

Working With the Extension Locally

After building:

$ node
> var fsc = require('fast-string-similarity')
undefined
> fsc.computeStringSimilarity("the quick brown fox", "the quick not brown fox")
0.8484848484848485

To run tests:

$ npm test

Package Sidebar

Install

npm i fast-string-similarity

Weekly Downloads

2

Version

0.0.1

License

MIT

Unpacked Size

71.8 kB

Total Files

5

Last publish

Collaborators

  • kylesmiff