Android代码-weak-lock-free

时间:2022-08-28 01:02:27
【文件属性】:
文件名称:Android代码-weak-lock-free
文件大小:20KB
文件格式:ZIP
更新时间:2022-08-28 01:02:27
Android代码 This is a miniature implementation of a concurrent, lock-free (as in lock-less) hash map with weak keys where keys respect reference equality. Such a hash map removes entries containing collected keys by either: Inline removal (entries that contain to collected keys are removed as a result of interaction with the map). Implicit concurrent removal (entries that contain collected keys are removed by an external thread). Explicit concurrent removal (explicit interaction with the map's reference qu
【文件预览】:
weak-lock-free-master
----src()
--------test()
--------main()
----.travis.yml(14B)
----LICENSE(11KB)
----README.md(1KB)
----pom.xml(6KB)
----.gitignore(135B)

网友评论