sybil icon indicating copy to clipboard operation
sybil copied to clipboard

Add mixed array of int64 and strings in Records

Open okayzed opened this issue 7 years ago • 0 comments

Right now, every record has two arrays for ints and strings (see src/lib/record.go). It would be nice to have this be only one array (to save some memory and scrubbing time when recycling record slabs)

okayzed avatar Oct 18 '17 17:10 okayzed