]> git.ipfire.org Git - thirdparty/public-inbox.git/commit
indexheader: deduplicate common values
authorEric Wong <e@80x24.org>
Sat, 10 Aug 2024 09:00:03 +0000 (09:00 +0000)
committerEric Wong <e@80x24.org>
Sat, 17 Aug 2024 17:36:14 +0000 (17:36 +0000)
commitca6d1f60a7f2bdb8c19a1a0dece0f752a1ecbbc0
tree348c0fa2e72aa85c786be005d75219637f34fa2f
parente18d2507c5f9f1f0c56092e5cea30120bd6a992d
indexheader: deduplicate common values

Since we plan on sharing IndexHeader across multiple inboxes for
large installations with thousands of inboxes, it makes sense to
deduplicate the values to save some memory at the cost of
increased startup time.
lib/PublicInbox/IndexHeader.pm