Devon Estes
Devon Estes
Based on those performance characteristics, it looks like maybe garbage collection is triggered with the inputs version? Want to measure memory usage as well on there and see what the...
Yikes! It's definitely possible to write that benchmark in a way that doesn't cause this problem, but it also shouldn't be up to the user to find the right way...
So I'm finding that there's a pretty steady increase in memory usage during just the collection phase (~6.4GB of memory use), and then we see the huge jump. I'm thinking...
I’m curious - what do you think this would tell us about our code? Will we be able to clearly see from the results if our function is O(n) vs...
Ok, so now I see how this might work - or at least I have some idea of how _I_ think this could work. I was just totally missing it...
@hauleth What about the DSL do you prefer to the current API? Is there some functionality that you think the DSL could offer that the current API does not? Or...
Great start! Can you add your `.elixir_ls` folder to your local repo excludes so all those files aren't included in this PR? You can find information about that here: https://help.github.com/en/articles/ignoring-files#explicit-repository-excludes
@PragTob James and I worked a bit on this together yesterday, and I had to go before we finished, so I'll handle the merge conflicts on this if there are...
@jamesgood626 would you prefer to get through this yourself (with our help of course!), or to have me apply this to master and resolve the conflicts? I‘m happy to apply...
@jamesgood626 It’s open source, dude, so don’t worry about it. There aren’t any strict timelines. If you get to it eventually, great! If someone else gets to it first, then...