This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rhettinger
Recipients malin, methane, rhettinger
Date 2019-03-30.06:58:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1553929102.51.0.724193460603.issue36482@roundup.psfhosted.org>
In-reply-to
Content
I don't know that FIFO makessense in the context of how the struct module is typically used.  Also rebuilding structs in cheap so there is very little need for further optimization.  As far as I can tell, no user has ever reported a performance issue with struct (if they had, we could analyze their use case to determine an optimal cache strategy).

So, my preference is to leave the code as-is.
History
Date User Action Args
2019-03-30 06:58:22rhettingersetrecipients: + rhettinger, methane, malin
2019-03-30 06:58:22rhettingersetmessageid: <1553929102.51.0.724193460603.issue36482@roundup.psfhosted.org>
2019-03-30 06:58:22rhettingerlinkissue36482 messages
2019-03-30 06:58:22rhettingercreate