Use oj gem for faster JSON processing
It's mainly intended to improve Elasticsearch indexing performance
(through multi_json gem), but other gems could benefit from it too, like
grape.
Showing
... | ... | @@ -206,6 +206,9 @@ gem 'mousetrap-rails', '~> 1.4.6' |
# Detect and convert string character encoding | ||
gem 'charlock_holmes', '~> 0.7.3' | ||
# Faster JSON | ||
gem 'oj', '~> 2.17.4' | ||
# Parse time & duration | ||
gem 'chronic', '~> 0.10.2' | ||
gem 'chronic_duration', '~> 0.10.6' | ||
... | ... |
Please
register
or
sign in
to comment