Skip to content

Develop ConcurrentReferenceHashMap #146

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Nov 3, 2012

Conversation

philwebb
Copy link
Member

Also addresses issues SPR-9796, SPR-8701 and SPR-9166.

@ghost ghost assigned jhoeller Oct 31, 2012
Develop a new ConcurrentMap implementation that support both weak and
soft entry references. Intended primarily to be used internally to
support fast concurrent caching.

Issue: SPR-9796
Annotations are no longer resolved in the constructor and are cached
for improved performance.

Issue: SPR-9166
Change the cache implementation from a synchronized weak hash map to
a concurrent implementation.

Issue: SPR-8701
philwebb added a commit that referenced this pull request Nov 3, 2012
* SPR-9796:
  Update cache to support concurrent reads
  Cache and late resolve annotations for performance
  Polish Property class
  Develop ConcurrentReferenceHashMap
@philwebb philwebb merged commit 3aa9ac1 into spring-projects:master Nov 3, 2012
@ghost ghost assigned philwebb Nov 3, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants