RubyGems Navigation menu

opt_ar 1.1.0

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.

Gemfile:
=

インストール:
=

バージョン履歴:

  1. 1.1.0 May 20, 2019 (18.5KB)
  2. 1.0.1 May 04, 2019 (12.5KB)
  3. 1.0.0 May 01, 2019 (11KB)

Runtime依存関係 (2):

activerecord >= 3.2
mysql2 >= 0.3

Development依存関係 (3):

bundler ~> 1.16
minitest ~> 5.0
rake ~> 10.0

所有者:

作者:

  • ragav0102

SHA 256チェックサム:

=

累計ダウンロード数 6,633

このバージョンのみ 2,789

このバージョンがリリースされたのは:

ライセンス:

MIT

必要なRubyのバージョン: >= 0

リンク: