Skip to content

Map-like data structure #20

@Sammster10

Description

@Sammster10

This data structure should use the same database schema as PersistentCollection, but calls to #get(SomeKey) should be constant time operations. Further, composite keys need to be kept in mind. I'm proposing that some key extractor function is provided to the map on creation, which will be used to extract a key from a UniqueData. For the time being, this only needs to be implemented for one to many relations.

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