Skip to content

Conversation

@brandonfoong
Copy link
Contributor

Closes #49.
This PR replaces the insert and set series of functions in sparse_hashtableand sparsetable with their emplace and set_inplace equivalents. The helper functions are now named insert.../set, but their behaviour follows that of emplace.../set_inplace.
This is done to make it more consistent with the implementation of dense_hashtable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Refactoring sparse_hash_map::emplace's helper functions

1 participant