freebsd-ports/devel/libflatarray/pkg-descr
Shaun Amott 6f1c746de1 New port: devel/libflatarray.
LibFlatArray acts as a highly efficient multi-dimensional array of
arbitrary objects (array of structs, AoS), but really uses a struct of
arrays (SoA) memory layout. It's great for writing vectorized code and
its lightning-fast iterators give you access to neighboring elements
with zero address generation overhead.

PR:		ports/208359
Submitted by:	kurt@kmk-computers.de
2016-07-14 22:25:27 +00:00

7 lines
369 B
Text

LibFlatArray acts as a highly efficient multi-dimensional array of
arbitrary objects (array of structs, AoS), but really uses a struct of
arrays (SoA) memory layout. It's great for writing vectorized code and
its lightning-fast iterators give you access to neighboring elements
with zero address generation overhead.
WWW: http://www.libgeodecomp.org/libflatarray.html