mscdex / streamsearch

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

use Buffer.alloc if available #5

Closed aprilcoskun closed 2 years ago

aprilcoskun commented 4 years ago

Fixes issue: #4

mscdex commented 2 years ago

This is fixed in the recent codebase update. Additionally old node versions are no longer supported, so new Buffer() support is no longer needed. Thanks for the PR though.