From: shugo@... Date: 2017-07-19T21:53:35+00:00 Subject: [ruby-core:82110] [Ruby trunk Feature#13721][Assigned] [PATCH] net/imap: dedupe attr keys in Net::IMAP::FetchData Issue #13721 has been updated by shugo (Shugo Maeda). Status changed from Open to Assigned Assignee set to shugo (Shugo Maeda) ---------------------------------------- Feature #13721: [PATCH] net/imap: dedupe attr keys in Net::IMAP::FetchData https://bugs.ruby-lang.org/issues/13721#change-65850 * Author: normalperson (Eric Wong) * Status: Assigned * Priority: Normal * Assignee: shugo (Shugo Maeda) * Target version: ---------------------------------------- Since attr hash keys are frequently reused, it makes sense to deduplicate them up front. This saves one allocation per-attr, per-message. When running imap.fetch(1..-1, 'UID') on a mailbox with 30000 messages; this saves 30000 allocations. This relies on the String#-@ change in [Feature #13077] * net/imap: use frozen, deduplicated string in attr name (key) Trivial (1-byte change :), I may commit in a few days if no response. ---Files-------------------------------- 0001-net-imap-dedupe-attr-keys-in-Net-IMAP-FetchData.patch (1 KB) -- https://bugs.ruby-lang.org/ Unsubscribe: