Redo tuple mapping to be explicit and not generic
authorMatt Corallo <git@bluematt.me>
Mon, 27 Sep 2021 00:05:18 +0000 (00:05 +0000)
committerMatt Corallo <git@bluematt.me>
Mon, 27 Sep 2021 05:22:38 +0000 (05:22 +0000)
This was suggested by Galder as more Java-y, but also fixes
a number of memory leaks by avoiding the complexity of
always holding references and letting the common code do
more work.


No differences found