- Notifications
You must be signed in to change notification settings - Fork4
📦 recursive text searching algo. for small scale data
License
NotificationsYou must be signed in to change notification settings
regisrex/string-hunt
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Fast text searching algorithms for small scale data
$ yarn add string-hunt
constsearch=require('string-hunt')constdata=[{name :"Cedrick",age :20},{name :"Marrick",age :10}](()=>{constresults=search(data.map(datum=>JSON.stringify(datum)),'rick0')console.log(results.length)// 2})()
Contributors are welcomed, you can contribute by opening an issue or making a pull request (which is better 😀).
It is maintained by@pacifiquem and@regisrex
This project is underMIT Licence
About
📦 recursive text searching algo. for small scale data
Resources
License
Code of conduct
Security policy
Stars
Watchers
Forks
Packages0
No packages published