Skip to content
This repository was archived by the owner on May 28, 2019. It is now read-only.
This repository was archived by the owner on May 28, 2019. It is now read-only.

Implement a Table collection type. #25

@jmalloc

Description

@jmalloc

Concept:

  • Table provides an memory efficient way to store tabular data.
  • Table is a MutableRandomAccessInterface with elements that are MutableAssociativeInterface.
  • Table has immutable key names that form the keys of the Table's associative elements.

Implementation:

  • Flattened Vector of values ordered to match the Table's key names.
  • Iteration should produce a TableElement that references the inlined Vector elements.
  • Inserting or removing an element from a Table may invalidate TableElements referencing later elements.

FYI @ezzatron

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions