lance icon indicating copy to clipboard operation
lance copied to clipboard

More efficient encoding for large binary data

Open westonpace opened this issue 1 year ago • 0 comments

The current encoding creates many small pages (small as in few rows per page). A better design would be to store the position/length of each individual value and save a page of position/lengths.

westonpace avatar Sep 03 '24 15:09 westonpace