RubyGems Navigation menu

without_instanciation 1.0.0

On large results of ActiveRecord queries, instanciation + GC of objects has a real cost of allocating memory, setting values, and after all GC garbage ... Inside a without_instanciation block, data is returned as hash of values. Objects instanciation process id skipped and though GC of theses objects too. Performance up to 80% for large query result. Of course, you no longer work with Ruby AR objects in this block.

Gemfile:
= クリップボードにコピー コピー完了!

インストール:
=

バージョン履歴:

  1. 1.0.0 - February 28, 2012 (10.5KB)

Development依存関係 (2):

enginex >= 0
sqlite3 >= 0

所有者:

作者:

  • Philippe Cantin

SHA 256チェックサム:

= クリップボードにコピー コピー完了!

累計ダウンロード数 4,104

このバージョンのみ 4,104

ライセンス:

N/A

必要なRubyのバージョン: なし

リンク: