[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#894614: ITP: bsaerch -- A simple utility for searching a sorted file for lines that start a given search key



Package: wnpp
Severity: wishlist

----

Package name: bsaerch
Version : 1.0.2
Author : James Ridgway <myself@james-ridgway.co.uk>
License : MIT

URL: https://www.james-ridgway.co.uk/projects/bsearch
Debian package: https://bintray.com/jamesridgway/debian/download_file?file_path=bsearch_1.0.2.deb

----

DESCRIPTION:
A simple utility for quickly and efficiently searching a sorted file for lines that start with a given search key.

bsearch uses binary search which relies on the file being sorted in either ascending or descending order. This approach is capable of searching tens of gigabytes of data in milliseconds.

Features
* Case insensitive searching
* Trim whitespace from the start of the search key and/or lines in the file
* Support numeric searching
* Support ascending/descending sort order

Reply to: