FixedSizeArrays are stack allocated and FlexibleArrays are just a wrapper 
around normal arrays.

On Monday, April 18, 2016 at 5:03:53 PM UTC+2, Didier Verna wrote:
>
> Tim Holy <tim....@gmail.com <javascript:>> wrote: 
>
> > https://github.com/SimonDanisch/FixedSizeArrays.jl and 
> > https://github.com/eschnett/FlexibleArrays.jl 
>
>   Thanks. What I'm actually interested in is how deep in the language 
>   this needs to be grounded, since I guess this is not based on the 
>   AbstractArray interface. Does it need to access the language's 
>   internals ? How's the underlying storage  done and is it as efficient 
>   as Julia's native arrays ? 
>
> Thank you. 
>
> -- 
> ELS'16 registration open! http://www.european-lisp-symposium.org 
>
> Lisp, Jazz, Aïkido: http://www.didierverna.info 
>

Reply via email to