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

RFC: Added ref type parameter, compact to PooledDataFrame #242

Closed
wants to merge 5 commits into from

Commits on Apr 30, 2013

  1. Added ref type parameter, compact to PooledDataFrame

    * Allows the user to specify the reference type for PooledDataArrays
      (default is still Uint16)
    * Added `compact` to take an existing PooledDataArray and change the
      reference type to the smallest size possible.  Returns the same
      PooledDataArray if nothing has changed, and a new one if the size
      is reduced
    * Added RefType to distinguish refs arrays from normal arrays during PooledDataArray construction
    kmsquire committed Apr 30, 2013
    Configuration menu
    Copy the full SHA
    be9287d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ba88f3 View commit details
    Browse the repository at this point in the history
  3. PooledDataArray updates:

    * Added push!, pop!, shift!, unshift!
    * For ref types of bit size 8 or 16, add overflow check
    kmsquire committed Apr 30, 2013
    Configuration menu
    Copy the full SHA
    8d6d0d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c1eeb9f View commit details
    Browse the repository at this point in the history

Commits on May 1, 2013

  1. Configuration menu
    Copy the full SHA
    43d19cd View commit details
    Browse the repository at this point in the history