ooglyhLL

Results 6 comments of ooglyhLL

Yeah that would work, thanks. I guess having a switch for the default implementation won't hurt though.

“I can confirm this patch helps. Thanks!” Turns out that I spoke too soon. The last track still can't be ripped.

Did you try [ggtags](https://github.com/leoliu/ggtags)? It already integrates with helm. Maintaining a huge completion candidates list will inevitably take its time, but I haven't experienced it being unusable.

For events and assertions of any kind, I think the following states need to be represented: 1. inactive 2. active 3. vacuous pass 4. pass (and event) 5. fail The...

More time for research needed, but I just found a terrible performance bottleneck in my code: Time spent in `get_lexer_for_filename()` exceeded time spent in the lexers themselves (measured over some...