Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

📦 recursive text searching algo. for small scale data

License

NotificationsYou must be signed in to change notification settings

regisrex/string-hunt

Repository files navigation

Fast text searching algorithms for small scale data

ci

$  yarn add string-hunt

Usage

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})()

Contributing

Contributors are welcomed, you can contribute by opening an issue or making a pull request (which is better 😀).

Maintainers

It is maintained by@pacifiquem and@regisrex

Licence

This project is underMIT Licence

About

📦 recursive text searching algo. for small scale data

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp