Rudi Grinberg

Results 729 comments of Rudi Grinberg

Note that your benchmark might not be representative. There are two issues with projectile: * It will not cache `(projectile-project-root)` whenever a buffer doesn't have project. This may really down...

> I'm not sure what do you mean by 'these hacks'. I mean the hacks I'm adding in this PR. I think the old code was more clear and it...

Indeed it would help, but I would lose functionality. I have some project setups where the various project discovery settings are useful. Also, it will not fix the problem for...

> I'll take some time to look into code later, please wait. But after a quick try, the fix seem make bare buffers (e.g. the ones in /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include) slower. The...

I agree that the customization above looks quite unattractive and extremely unlikely that any users would come up with it. Adding an option should be fine. Although I insist that...

Hi, almost all the buffers you have opened seem to belong to a project. This is indeed the fast path for projectile. > Hi, how many project buffers are you...

I don't know to make a fancy gif, but here are my profiler results for a single call of `ivy-switch-bufffer` with around 50 buffers :) For comparison, in my PR...

Is this in relation with #39? I actually wonder if some of these stack overflows are from my very liberal port of the camlp4 stream parsers. I know the original...

Another option here is to simply make this preprocessing binary always be built in bytecode mode. Bytecode should always have a large stack on every platform so it should fix...