Pavel Ivanov

Results 14 issues of Pavel Ivanov

Constants of type `BitFlags` cannot be used as a pattern in match expressions because it has manually implemented `PartialEq` trait. To be able to use constants of a type in...

breaking change

When searching for a pattern over about 50G of log files after `rgr` found about 13k matches, it crashed with an unhandled panic: ``` thread '' panicked at /Users/pamburus/.cargo/registry/src/index.crates.io-6f17d22bba15001f/repgrep-0.15.0/src/ui/tui.rs:45:41: failed...

bug
needs reproduction

I am experiencing extremely poor performance with large assembly source files. It takes 4 minutes for `bat` to process a 45-MiB assembly source file. ``` ⇛ time bat target/release/deps/bench-f36188efc4eb690a.s --color...

feature-request
performance