• Maged Michael's avatar
    experimental: Add single writer multi-reader fixed hash map · 85d753b7
    Maged Michael authored
    Summary:
    Add a fixed single-writer multi-reader hash map that supports:
    - Copy construction with optional expansion
    - Concurrent read-only lookup.
    - Concurrent read-only iteration.
    
    The map has fixed size. Higher-level users can manage instances of this map to build a more general unbounded map.
    
    Reviewed By: davidtgoldblatt
    
    Differential Revision: D17522603
    
    fbshipit-source-id: b4fcfe427a343f7226d216670536f2594f187bf3
    85d753b7
SingleWriterHashMapTest.cpp 9.88 KB