K 10 svn:author V 5 shaun K 8 svn:date V 27 2016-07-14T22:25:27.109861Z K 7 svn:log V 403 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 END