libcds
Is there any speed test between "std::map with mutexes" vs "libcds maps (Michael Hashmap and Split Order List)" parallel insert, find, erase?
So I really would like to see some speed testing of parallel (something like from 100 to 10000 parallel threads) where each thread does insert, find, delete on at least 3 types of concurrent maps - st[详细]
2023-03-31 18:35 分类:问答LibCds: Michael Hashmap and Split Order List
I am using libcds and they have an implementation of Michael Hash Map and Split order list. Based on the information I gathered from the doc here is how I implemented them:[详细]
2023-03-18 04:58 分类:问答