mscdex / streamsearch

Streaming Boyer-Moore-Horspool searching for node.js
MIT License
69 stars 17 forks source link

switch buffer for uint8array? #8

Closed jimmywarting closed 1 year ago

jimmywarting commented 2 years ago

Hi 👋 Would it be possible to change the nodejs Buffer to Uint8Array for a more cross friendlier Deno/Browser version that aren't dependent on Buffer? it would make the bundle smaller.

mscdex commented 2 years ago

I have no plans for this for the foreseeable future as I only use node.js.