Skip to content

srijs/node-buffer-indexof-fast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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);

About

Fast .indexOf for the Buffer data type

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published