I’ve attached our latest version of D1709 for review in the next SG19 meeting on 14-Dec-2023.
Our goal in this next meeting is to get feedback so we can complete the proposal. Following that, we’d like to get it voted out of SG19 by February, so it can be reviewed by LEWG in Tokyo in March.
The current version is close, but it still needs work, as you’ll see comments strewn around the paper about the things we’re aware of. We need your help to help us know what we’re missing or things we’re not doing well.
If you have limited time, focus on Dijkstra Single Source Shortest Paths (p 16) in the Algorithms section; we still need to review the remaining algorithms as a team. Beyond that, read the sections on Views, the Graph Container Interface,
and Graph Container Implementation in that order. If you have time, read the whole paper.
Major changes from previous reviews
Missing Pieces, to be completed before the following SG19 meeting:
Something that hasn’t been brought out that may be of help is that vertex_descriptor, edge_descriptor and neighbor_descriptor describe the data model exposed by views and used by algorithms. See chapter 5 for more.
The paper is currently 41 pages. I’m guessing we’ll be around 45 pages when it’s done.