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

Improve performance in 3.3 #90

Closed
mp911de opened this issue Jun 27, 2015 · 0 comments
Closed

Improve performance in 3.3 #90

mp911de opened this issue Jun 27, 2015 · 0 comments
Milestone

Comments

@mp911de
Copy link
Collaborator

mp911de commented Jun 27, 2015

  • Remove unnecessary lists and simplify access to the first command key
  • Use Guava's cache for method caching in InvocationHandlers since it's faster than Class#getMethod
  • Use array-based caching of connections when distributing commands to cluster nodes
  • Improve locking in CommandHandler
@mp911de mp911de added this to the Lettuce 3.3 milestone Jun 27, 2015
mp911de added a commit that referenced this issue Jun 27, 2015
mp911de added a commit that referenced this issue Jun 27, 2015
mp911de added a commit that referenced this issue Jul 1, 2015
- Update docs
- Use ArrayDeq as queue instead of LinkedBlockingQueue
- Improve partition cache handling when updating
@mp911de mp911de closed this as completed Jul 1, 2015
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

No branches or pull requests

1 participant