buffer-indexof-fast

0.0.1 • Public • Published

node-buffer-indexof-fast

This is a native implementation of .indexOf for the Buffer data type. Exports a function which can be applied to a buffer like so:

Buffer.prototype.indexOf = require('buffer-indexof-fast');

new Buffer("hello").indexOf("llo", 1);

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i buffer-indexof-fast

    Weekly Downloads

    0

    Version

    0.0.1

    License

    MIT

    Last publish

    Collaborators

    • srijs