Categories: None [Edit]

opt_ar

https://rubygems.org/gems/opt_ar
https://github.com/ragav0102/opt_ar
Generates memory-optimal immutable ActiveRecord dupes that are easily serializable and behaves much like ARs. Define required attributes before-hand and use them just as you would on an AR, for better memory optimization. Ideally, suitable in place of caching AR objects with cache stores like Memcached, where serialization and de-serialization are memory-hungry. Optars can save upto 90% of your memory(object allocations), while being upto 20x faster, when fetching huge AR results.

Total

Ranking: 109,589 of 192,704
Downloads: 7,031

Daily

Ranking: 45,214 of 192,689
Downloads: 3

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,401,824,266bundler
81,315,196,836rake
141,210,307,035minitest
36788,069,366activerecord
214232,422,999mysql2

Owners

#GravatarHandle
1iconragav0102