Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

introduction of an abstraction layer for the "results array" #187

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

Commits on May 6, 2015

  1. Configuration menu
    Copy the full SHA
    09ed769 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6865012 View commit details
    Browse the repository at this point in the history
  3. include _arr1 cache in the abstraction

    This allows implementations of the abstraction layer to cache their data
    structures just like we currently do for numpy
    ARF committed May 6, 2015
    Configuration menu
    Copy the full SHA
    f5bcd90 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ca4060a View commit details
    Browse the repository at this point in the history

Commits on May 7, 2015

  1. performance improvements

    * tuples are created from the list of fields in a row only in the numpy
    implementation of the abstraction layer. Other implementation might be able to
    use the list instead without the expense of the conversion.
    * use list instead of set for the `weakref.WeakSet` work-around
    ARF committed May 7, 2015
    Configuration menu
    Copy the full SHA
    e27f0bc View commit details
    Browse the repository at this point in the history