Tim Holy
Tim Holy
Currently the bottleneck is `gaussian_pyramid` which is still in Images.jl
We have some packages that are holding back ImageCore 0.10: - [X] Noise.jl - [ ] DemoCards.jl: https://github.com/JuliaDocs/DemoCards.jl/pull/147 - [ ] ImageEdgeDetection.jl I noticed this while trying to update to...
Not a big deal, but I thought it worth reporting that at least one person has likely used this package as an indication of julia's overall performance, and may have...
In principle it is possible that some packages may rely on configuration to pass their tests. If that configuration occurs via Preferences.jl, given that Preferences is path-based it seems likely...
Some other tools allow one to compare performance before & after a code change: http://www.brendangregg.com/blog/2014-11-09/differential-flame-graphs.html. This might be a worthy addition. The "logic" should go in this package, with visualizations...
This pull request sets up the TagBot workflow on this repository. cc: @timholy
The performance of Grid is not as good as it could be. I don't have time to throw in a demo right now, but one can pretty easily write a...
Currently Rebugger throws an error if the same method appears more than once in a stacktrace. It seems like it should be possible by creating the replacement methods as a...
Feel free to contributed examples directly to this issue. For use-cases that are described externally, here's a list of links: - https://discourse.julialang.org/t/debugging-like-rs-browser-possible/13925
If @pfitzseb or other Juno users & developers find Rebugger useful, then there may be a number of things we can do to get the two working together. The separation...