We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Accounts for 15% in ruby-prof benchmarks. This is compounded by the fact that there are 160 Ring::Entry per server.
The text was updated successfully, but these errors were encountered:
Idea: Pull out the RubyInline binary impl in memcache-client and shoe horn it into Dalli. Rerun your benchmarks.
Sorry, something went wrong.
ruby2 has an Array#bsearch. I'd rather backport that into a cext gem and add that as a dependency.
Array#bsearch
Try the native_search branch. gem install RubyInline first. See what difference it makes.
native_search
gem install RubyInline
pull in native search via rubyinline, #307
bb43dc3
No branches or pull requests
Accounts for 15% in ruby-prof benchmarks. This is compounded by the fact that there are 160 Ring::Entry per server.
The text was updated successfully, but these errors were encountered: