Socket
Socket
Sign inDemoInstall

fastest-levenshtein

Package Overview
Dependencies
0
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.7 to 1.0.8

2

index.js

@@ -1,2 +0,2 @@

const peq = new Uint32Array(65535);
const peq = new Uint32Array(0x10000);
const myers_32 = (a, b) => {

@@ -3,0 +3,0 @@ const n = a.length;

{
"name": "fastest-levenshtein",
"version": "1.0.7",
"version": "1.0.8",
"description": "Fastest Levenshtein distance implementation in JS.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -38,3 +38,3 @@ # fastest-levenshtein :rocket:

### Relative Performance
This image shows the relative performance between `fastest-levenshtein` and `js-levenshtein` (the 2nd fastest). `fastest-levenshtein` is always a lot faster.
This image shows the relative performance between `fastest-levenshtein` and `js-levenshtein` (the 2nd fastest). `fastest-levenshtein` is always a lot faster. x-axis shows "times faster".

@@ -41,0 +41,0 @@ ![Benchmark](/images/relaperf.png)

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc