Sha256: cdf938b93603b5ea27afa16d5b3a7ce4f772993e8c92265a918506d4e0a61b5b

Contents?: true

Size: 701 Bytes

Versions: 5

Compression:

Stored size: 701 Bytes

Contents

# HugeEnumerable

Enumerate, sample, shuffle, combine, permutate, and create products of massive data sets using minimal memory

## Installation

Add this line to your application's Gemfile:

    gem 'huge_enumerable'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install huge_enumerable

## Usage

See HugeCollection, HugeCombination, HugePermutation, and HugeProduct for ways of utilizing HugeEnumerable.

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
huge_enumerable-0.1.3 README.md
huge_enumerable-0.1.2 README.md
huge_enumerable-0.1.1 README.md
huge_enumerable-0.1.0 README.md
huge_enumerable-0.0.2 README.md