Make InsertTupleIntoChunk
more efficient
#402
Labels
good first issue
Good for newcomers
performance
We need more speed
refactoring
Making code more readable
Milestone
Description
While renaming variables I think we should be able to simplify the
InsertTupleIntoChunk
code a bit. In at least two ways:values
array only needs to contain the values that we actually need to output, now it also contains values that we only need to filter onThe text was updated successfully, but these errors were encountered: