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);
| Name | Name | Last commit date | ||
|---|---|---|---|---|