hyperbee icon indicating copy to clipboard operation
hyperbee copied to clipboard

Difference between del and put?

Open makew0rld opened this issue 8 months ago • 0 comments

Hey, thanks for working on Hyperbee. I was just wondering if a developer could explain the difference between using del(key) and put(key, null). I would think they are the same, but the implementation seems different. Looking at #60 implies to me that it's not that the actual data is removed from the repository with del, but maybe things have changed since then. Any explanation on what del does would be appreciated.

makew0rld avatar Apr 17 '25 19:04 makew0rld