Re: Projects I may be willing to sponsor

  • From: Alex <initrd.gz@xxxxxxxxx>
  • To: luajit@xxxxxxxxxxxxx
  • Date: Wed, 10 Dec 2014 12:56:52 -0500

> Implement operator to initialize high density array of type  with fact
access similar to C

How is this different from FFI arrays? I.e. `ffi.new("double[?]", maxele)`
or `ffi.cast("double*", ffi.C.malloc(ffi.sizeof("double")*maxele))`

-- 
Sincerely,
Alex Parrill

Other related posts: