Zachary P Christensen
Zachary P Christensen
I've been working on revamping a lot of the underlying components of JuliaImages for quite some time now ([this rambling issue](https://github.com/JuliaImages/Images.jl/issues/908)) and I'd like to see if I could assist...
See [this conversation](https://github.com/JuliaLang/julia/discussions/44519) for the motivation for this.
I consistently (across multiple Julia versions) have found a couple of invalidations whenever I define a new `AbstractUnitRange{Int}` type. It usually starts with a method like `last(::OrdinalRange)` but usually I...
Now that we have `Memory`, would it make more sense to use that than a mutable struct with a tuple? The current `MArray` is limited in it's ability to mutate...