首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Java > java并发处理:安全并发性工具

java并发处理:安全并发性工具

  • 资源大小:29.73 kB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: java 并发 工具 安全 处理

资 源 简 介

Goal The goal of the jconch project is to produce a reliable, safe set of implementations for common tasks in mulithreaded Java applications. The goal is to be similar in spirit to the way that Spring scraps the boilerplate for common user tasks in database work. Current Functionality Logical Equivalence Locking -- Both synchronized and ReadWriteLock-based based on logical equivalence (#equals) instead of reference equality (==). Thread-safe Lazy Map -- Good for caching look-ups in a multithreaded environment. Use this to substantially improve performance in cases where repeated expensive look-ups are occurring. Fast, Thread-safe Multiple-Key Objects -- For when storing one object as a key to a map just isn"t enough. Easy Spring Integration
VIP VIP
0.178116s