logfile-binary-search
efficiently search and extract date-ranged entries from large log files using binary search
great-big-file-reader
Uses the node addon api to provide native handling of large files using mmap. It provides an interface to create a buffer into the file at specified offsets and lengths, avoiding issues when the file is bigger than the maximum Node buffer size.