I'm concerned that getSlice type of API is not the most efficient/performant way of accessing data, as it implies quite a bit of copying data for large slices. Maybe some sort of iterator based solution would work better? Or maybe we could offer both types of accesses?
I'm concerned that getSlice type of API is not the most efficient/performant way of accessing data, as it implies quite a bit of copying data for large slices. Maybe some sort of iterator based solution would work better? Or maybe we could offer both types of accesses?