diff options
Diffstat (limited to 'devel/libflatarray/pkg-descr')
-rw-r--r-- | devel/libflatarray/pkg-descr | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/devel/libflatarray/pkg-descr b/devel/libflatarray/pkg-descr deleted file mode 100644 index f336a563c51a..000000000000 --- a/devel/libflatarray/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -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. |