less icon indicating copy to clipboard operation
less copied to clipboard

Use hash table for block lookups in sync_logfile

Open lassipulkkinen opened this issue 1 year ago • 0 comments

After trying to save a 12 GB pipe buffer, I found less writing out data at ~100 kB/s with no way to recoverably interrupt. Attached gdb, had a look at the code, and thankfully the fix was obvious.

lassipulkkinen avatar Oct 04 '24 02:10 lassipulkkinen