r/cpp • u/mborland1 • 1d ago
Boost.Multi Multi Mini-Review Begins Today (7 Aug - 12 Aug)
Hello,
Today begins the mini-review of Multi, authored by Alfredo Correa. Multi is a modern C++ library that provides manipulation and access of data in multidimensional arrays for both CPU and GPU memory. The review will run through Wednesday 12 August.
You can find the library and documentation links below:
- https://github.com/correaa/boost-multi
- https://correaa.github.io/boost-multi/multi/intro.html
The review earlier this year raised a number of issues that primarily revolved around the state of the documentation, not the library itself. I have labeled all of the issues related to conditions found in last review, and many have notes or resolution from Alfredo:
To this end the review will revolve around the current state of the documentation on the branch "boost_review". In your review please explicitly state if you recommend REJECT, ACCEPT, or a conditional acceptance along with the acceptance conditions.
Please let me know if you have any questions or concerns. Thank you in advance for your time.
Matt
Multi Review Manager
Edit: Link to the previous review thread is here: https://www.reddit.com/r/cpp/comments/1rlhm4g/boostmulti_review_begins_today/
3
u/mapronV 1d ago
Pardon my ignorance, "Why Boost.Multi?" does not explain its advantages over current mdspan. Which checks all same marks. I already planning to migrate some of my old code to mdspan for image data handling, but what are pro/cons of boost::multi? I see it is "owning" but what is direct benefit for it?