Skip to content

一个hashmap,单线程写,多线程读应该不会core

Notifications You must be signed in to change notification settings

dropdust/DelayDeleteHashMap

Repository files navigation

delay delete hashmap 延迟释放删除对象的hashmap。 在不需要强一致性的场景下,可以使用该map。 一个线程进行写操作,其它线程读操作。 使用场景,推荐系统中。 demo形式的代码,cpu缓存命中率低,使用请谨慎。 同时也不是严格意义参考std库的map,添加了一些私有方法。

About

一个hashmap,单线程写,多线程读应该不会core

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages