Skip to content

Add Alternative Backend Data-Structures for Copy-Efficent (Persistent) Data-Structures #50

@baierd

Description

@baierd

We currently use a LLRB-Tree as backend for our persistent data-structures. It has O(log n) average and worst case time and space complexity. However, there are other data-structures that can be more efficient either in general or in special use cases. We should explore such data-structures for use-cases that we know of.

Possible new data-structures:

  • TODO

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