Skip to content
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

Backport from 1.5-Branch: Optimize FieldDictionary #18

Merged
merged 1 commit into from
Jul 5, 2015
Merged

Backport from 1.5-Branch: Optimize FieldDictionary #18

merged 1 commit into from
Jul 5, 2015

Conversation

purnhar
Copy link
Contributor

@purnhar purnhar commented Jul 3, 2015

  • Introduce DictionaryEntry
  • Optimize algorithm
  • Try to minimize synchronization blocks

All access to the underlying HashMap has to be synchronizied because of Java 1.4 support

- Introduce DictionaryEntry
- Optimize algorithm
- Try to minimize synchronization blocks
@joehni joehni added this to the 1.4.x milestone Jul 5, 2015
@joehni joehni merged commit 4104e46 into x-stream:v-1.4.x Jul 5, 2015
joehni added a commit that referenced this pull request Jul 5, 2015
joehni added a commit that referenced this pull request Jul 8, 2015
@purnhar purnhar deleted the v-1.4.x branch March 10, 2016 13:33
@joehni joehni modified the milestones: 1.4.x, 1.4.9 Mar 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants