klapaucius / vector-hashtables

Other
33 stars 5 forks source link

Add upsert #21

Closed Bodigrim closed 8 months ago

Bodigrim commented 8 months ago

In comparison to alter this avoids DeleteEntry constraints and, when the function does not inline, eliminates a redundant Maybe box.

ulysses4ever commented 8 months ago

Terrific, thank you! Do you want a release soonish?

Bodigrim commented 8 months ago

@ulysses4ever yes, a release would be nice.

ulysses4ever commented 8 months ago

@swamp-agr do you want to release it?

Bodigrim commented 8 months ago

Actually I think I have couple more questions / suggestions before making a release, bear with me please. But they are unrelated to this PR, feel free to merge if you are happy with it.