don’t store the length of a result in the resultPointers
commit3e3165407c3948c8fc3b7069d1fef0a3ca725a6d
authorMichael Stapelberg <michael@stapelberg.de>
Wed, 17 Dec 2014 08:38:38 +0000 (17 09:38 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 17 Dec 2014 08:38:38 +0000 (17 09:38 +0100)
tree7a53d8e5c8644c5f97f1e7def666558c7c580b5e
parent466b7f3ee1aecfdbc78b5dcf9f860aaae22b7e00
don’t store the length of a result in the resultPointers

This saves us an int64 worth of memory for each resultPointer. The
length was unused since we switched to writing capnproto to disk (which
encodes the length of the segment).
cmd/dcs-web/querymanager.go