Skip to content

Instantly share code, notes, and snippets.

View PreyMa's full-sized avatar

PreyMa PreyMa

View GitHub Profile
@PreyMa
PreyMa / index.js
Created January 29, 2021 10:09
Prototype of the g/psad fuzzy search algorithm in (poor) JS
/*
* This file is part of an article written by PreyMa on egimoto.com
* Come and visit us:
* https://www.egimoto.com/a/db11b2894ec52474
*/
// Global variables of the search index
const index= [];
const map= new Map();