Android代码 weak lock free
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 inter
文件列表
Android代码-weak-lock-free.zip
(预估有个11文件)
weak-lock-free-master
src
test
java
com
blogspot
mydailyjava
weaklockfree
WeakConcurrentMapTest.java
4KB
DetachedThreadLocalTest.java
3KB
暂无评论