
@nomad421 Here's an example of the "almost": a LL chained hashmap is one of the most efficient concurrent multi-map implementations! You can insert a new node into a bucket's chain with a single atomic swap. This is useful for hash joins in database systems. db.in.tum.de/~leis/papers/m…
English









