Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added to the API #6

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open

Commits on Jul 4, 2012

  1. Fixed estimator merging

    Previously, if you passed in n estimators it would merge n[0] with
    itself n-1 times.
    Nate Mueller committed Jul 4, 2012
    Configuration menu
    Copy the full SHA
    812c29c View commit details
    Browse the repository at this point in the history
  2. Ruby 1.9 support

    Tests still pass on 1.8
    Nate Mueller committed Jul 4, 2012
    Configuration menu
    Copy the full SHA
    eb0c751 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'merge-fix' into nb-master

    Conflicts:
    	ext/hyperloglog.cpp
    	spec/hyperloglog_spec.rb
    Nate Mueller committed Jul 4, 2012
    Configuration menu
    Copy the full SHA
    548d297 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2012

  1. Merge branch 'builder-restore' into nb-master

    Conflicts:
    	spec/hyperloglog_spec.rb
    Nate Mueller committed Jul 5, 2012
    Configuration menu
    Copy the full SHA
    fd3f130 View commit details
    Browse the repository at this point in the history
  2. Fixed builds on Ubuntu 11.04

    Nate Mueller committed Jul 5, 2012
    Configuration menu
    Copy the full SHA
    110eb1a View commit details
    Browse the repository at this point in the history
  3. Merge branch 'linux-builds' into nb-master

    Nate Mueller committed Jul 5, 2012
    Configuration menu
    Copy the full SHA
    95d2d34 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2012

  1. Merge branch 'builder-restore' into nb-master

    Nate Mueller committed Jul 6, 2012
    Configuration menu
    Copy the full SHA
    6848522 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2012

  1. HyperEstimator.estimate can take an array of estimators

    You could do HyperEstimator.estimate(*estimators) but that will blow
    the stack on long lists.
    Nate Mueller committed Jul 7, 2012
    Configuration menu
    Copy the full SHA
    42495a2 View commit details
    Browse the repository at this point in the history
  2. Added HyperEstimator#merge!

    I want to pull a bunch of estimators out of the database,
    merge them and cache the result
    Nate Mueller committed Jul 7, 2012
    Configuration menu
    Copy the full SHA
    946c988 View commit details
    Browse the repository at this point in the history
  3. Cleaned up warnings, build with -Werror

    Nate Mueller committed Jul 7, 2012
    Configuration menu
    Copy the full SHA
    40a7871 View commit details
    Browse the repository at this point in the history
  4. You can marshal and unmarshal HyperEstimators

    My primary use case is stuffing these into memcache
    Nate Mueller committed Jul 7, 2012
    Configuration menu
    Copy the full SHA
    518dba5 View commit details
    Browse the repository at this point in the history
  5. Fixed linux builds

    Nate Mueller committed Jul 7, 2012
    Configuration menu
    Copy the full SHA
    1214023 View commit details
    Browse the repository at this point in the history
  6. Linux warning cleanup

    Nate Mueller committed Jul 7, 2012
    Configuration menu
    Copy the full SHA
    2a4355b View commit details
    Browse the repository at this point in the history