That's cool, a lazy vcat! I wrote a similar class that's a lazy `fill`, and it worked really well for my purposes. I wonder what the endgame will be for these datastructures. 0.5 will bring us "lazy slicing". Should everything be lazy by default? Does it scale?
On Friday, January 15, 2016 at 6:14:26 PM UTC-5, Yichao Yu wrote: > > On Fri, Jan 15, 2016 at 5:51 PM, Samuel Massinon > <[email protected] <javascript:>> wrote: > > A way to concatenate arrays without copying values. > > > > https://github.com/invenia/VirtualArrays.jl > > FYI, don't call eval in functions >
