https://bugzilla.redhat.com/show_bug.cgi?id=1057919 Bug ID: 1057919 Summary: Review Request: libflatarray - A library for highly efficient multi-dimensional array Product: Fedora Version: rawhide Component: Package Review Severity: medium Priority: medium Assignee: nobody@xxxxxxxxxxxxxxxxx Reporter: cickumqt@xxxxxxxxx QA Contact: extras-qa@xxxxxxxxxxxxxxxxx CC: package-review@xxxxxxxxxxxxxxxxxxxxxxx Spec URL: http://cicku.me/libflatarray.spec SRPM URL: http://cicku.me/libflatarray-0.1.1-1.fc21.src.rpm Description: 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. Use cases include: - computer simulations (e.g. stencil codes such as Lattice Boltzmann Methods) - image processing (e.g. Gaussian filters) - numerical methods (e.g. multiplication of complex matrices) The library is written in C++ and uses templates to shift the burden of address computation from runtime to compile time. It shares some infrastructure with its parent project LibGeoDecomp. Fedora Account System Username: cicku NOTE: This library used to be bundled in libgeodecomp(I will package it later), and I splited it out and persuade upstream to release as separate project. Currently it's a header-only project, I've noticed some remarks in FPC so if the way I deal with such packages is wrong, please designate ASAP. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review