]> Sergey Matveev's repositories - public-inbox.git/commit
searchmsg: favor direct hash access over accessor methods
authorEric Wong <e@80x24.org>
Sat, 7 Jan 2017 01:44:51 +0000 (01:44 +0000)
committerEric Wong <e@80x24.org>
Sat, 7 Jan 2017 01:45:45 +0000 (01:45 +0000)
commit492910d43c179a7e1919b2d0f417aea9473f9730
tree659ecf60edb181bd146a28e80612270ff5cefe18
parentf63ea68e457f9e2618eac1d3d62227d2b605651b
searchmsg: favor direct hash access over accessor methods

This is faster, smaller, and more straighforward to me with
fewer layers of indirection.
lib/PublicInbox/Inbox.pm
lib/PublicInbox/Search.pm
lib/PublicInbox/SearchIdx.pm
lib/PublicInbox/SearchMsg.pm