dcristoloveanu / clds

C Lockless Data Structures
MIT License
1 stars 0 forks source link

Implement snapshots in clds_hash_table with tests #33

Closed mattdurak closed 4 years ago

mattdurak commented 4 years ago

This implements the clds_hash_table_snapshot function and adds tests around snapshots during concurrent operations.