borgbackup / borgbackup/borghash
HashTableNT: support adding and removing elements from the namedtuple?
Open
- Dominant language
- Cython
- Stars
- 6
- Forks
- 3
- Avg merge
- 2h 31m
- Merged PRs (30d)
- 6
Description
Think about whether we want such functionality in `HashTableNT` **or** if such stuff rather belongs elsewhere (like in the `HashTableNT` users code):
- dropping an element and loading an old ht that still has it is relatively straightforward
- adding an element and loading an old ht that does not yet have it is more difficult: would need a default value for the new element.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.