Open
Description
It does seem like Map.batchLookup() always tries to unmarshal the whole keyBuf and valueBuf regardless of the Count received from the batch syscall.
Lines 1076 to 1083 in c739d15
It would be nice if we instead only decoded count keys and values.
See #1078 (comment).