jordancluts

Results 9 comments of jordancluts

I managed to narrow down this issue. When cross-correlation or convolution (xcorr or conv) intake integer vectors with values larger than half the bit size of the system (i.e. larger...

Changing the Integer handling of conv to `conv(u::StridedVector{T}, v::StridedVector{T}) where {T

I completely agree. There may be some argument for making the initial block size equal to some larger fraction of the initial vector. This prevents another allocation on the first...

Sorry for causing probably more work than this is all worth. I like DataStructures.jl and wanted to help in some small way to polish things up for 1.0. I've never...

> Does Queue and Deque not already have these? No they do not. The only way to construct one at the moment is empty (unless I am really missing something...

One further question. Deque implements a custom `collect` function which seems pointless since Deque already implements iteration and the implementation of the `collect` function doesn't appear to do anything meaningful...

Just wanted to follow up that I'm really happy to have found this package and that there has been some development in this space.

The `geoCentroid()` function is a Vega command not a VegaLite command. As this package interfaces with VegaLite I would not expect that to work. I believe there is an experimental...

Ok, thank you for the advice!