Skip to content

Allow limited mutability (changing value) #4

@cowtowncoder

Description

@cowtowncoder

Although current tr13 structure is fundamentally immutable in some respects -- can not add entries for example -- it would be possible to add some forms of mutability.

And specifically, it should be possible to change value of an existing entry, iff length of value is not changed.

It might even be possible to allow deletion by some use of tombstones; although this is something application might be able to fake by regular changing of value, using some bit marker within value to indicate "has been deleted" condition.

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