Max Bennedich

Results 6 comments of Max Bennedich

Shouldn't that be done with interpolation? ```julia julia> [@belapsed $n for n in 1:1] 1-element Array{Float64,1}: 3.8e-11 ```

A timing this low seems to stem from when the expression is replaced with a constant: ```julia julia> @btime 1 0.029 ns (0 allocations: 0 bytes) ``` I can see...

Just a note that we'd love to see a fix for this, since for some time now our repo does not build with newer versions of Xcode, which is causing...

(I updated the description above with some more details after doing some debugging.)

I ended up using a custom Three.js layer to render my lines (using `Line2`). It's a bit more work, but it's very customizable so you can make it look good,...

I get similar numbers/cutoff on a Skylake: ``` Intel(R) Core(TM) i7-6920HQ CPU @ 2.90GHz; branch-miss penalty: 6.4 ns = 18.6 cycles Period 2: 28.22 us = 2.73 cycles per idx....