Skip to content
master
Go to file
Code
This branch is 4 commits ahead of xfynx:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

NMax

Build Status

Installation

Add this line to your application's Gemfile:

gem 'nmax', git: 'git@github.com:codesenberg/ruby-nmax.git'

And then execute:

$ bundle

Or install it yourself as:

$ git clone git@github.com:codesenberg/ruby-nmax.git
$ cd ruby-nmax && gem build nmax
$ gem install ./nmax-0.4.0.gem

Usage

# гигабайтный файл с рандомными числобуквенными символами, табами и пробелами
< /dev/urandom tr -dc "[:space:][:print:]" | head -c1073741824 > file
# запуск экстрактора
time cat file | nmax 1000

About

Retrieve N largest numbers from any text source

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.