The Wayback Machine - http://web.archive.org/web/20220716191751/https://github.com/topics/hashset
Skip to content
#

hashset

Here are 117 public repositories matching this topic...

PsiACE
PsiACE commented Mar 8, 2021

The following API should be implemented:

Current expectations

  • Entries API, used by ckb-util
  • rayon support, just like indexmap or griddle
  • compare with linked_hash_set

Need to discuss

  • Some API consistent with the behavior of or_insert and or_insert_with in linked-hash-map

Anyone can implement these

enhancement good first issue help wanted

Comparison of Hashing Algorithms - Double Hashing, Robin Hood Hashing Cuckoo Hashing with Java's inbuilt HashMap/ HastSet over million of add(), contains() and remove() operations.

  • Updated Jan 18, 2019
  • Java

Improve this page

Add a description, image, and links to the hashset topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the hashset topic, visit your repo's landing page and select "manage topics."

Learn more