Search npm for packages to use with Deno
Millions of packages that you already know npm are just a few keystrokes away.
Add them to your projects with a simple command that will already feel familar.
Add them to your projects with a simple command that will already feel familar.
streamsearch
Streaming Boyer-Moore-Horspool searching for node.js
@hapi/nigel
Boyer-Moore-Horspool algorithms
streamsearch-web
Streaming Boyer-Moore-Horspool searching for the browser
@commercial/nigel
BoyerMooreHorspool algorithms
@stream-toolbox/search
Search for the given Buffer in a sequence of data (readable stream)
async-iterable-split
Split an async iterable (value is Uint8Array) into multiple "sub async iterable(iterator)"s by size, line or needle.
streamsplit
Memory/CPU efficient stream splitter by token
fast-streamsearch
Streaming searching for Node.js, but up to 100 times faster than streamsearch 🚀
buffer-horspool
A simple implementation of the Boyer-Moore-Horspool string search algorithm for use with buffers or typed arrays
js-boyer-moore-horspool-matcher
简单的 Boyer-Moore-Horspool 算法的实现,用于学习之目的,代码当中有每一部分的详细说明。