sharkdp / hexyl

A command-line hex viewer
Apache License 2.0
8.92k stars 227 forks source link

Fixes the Squeezing bug (see #186) #218

Open Taraxtix opened 3 months ago

Taraxtix commented 3 months ago

Now identical lines that are not a single repeating byte are properly squeezed. I also added a test case for this behavior.

sharkdp commented 2 months ago

Thank you. Did you do any benchmarks to see what the performance impact of this is?

You can find examples of how we benchmark hexyl in other PRs (search for "benchmark" or "hyperfine")