Skip to content

Removing a single item from M-BPTREE #144

@BrianSipos

Description

@BrianSipos

I have a need to keep a dynamic multi-map, where individual keys and values can come and go as an index into other data. I don't see a current mechanism to remove a single item from a multi-map, only the name_erase() which takes only a key not an iterator. Does this mechanism currently exist? Or is the current multi-map not a good structure for me.

I can switch to using a single-map to dict instead, just wondering about this API.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions