Hi, I am SIddhartha Sen, a second year student in Information Science and Engineering. I hope to contribute to the BGL. I have heard that there is some interest in themodernization of BGL using modern C++11 concepts for improved performance. Being a GSOC 2019 aspirant, I was looking for a potential mentor in this domain to pair up with and get started on this project. Any help would be greatly appreciated. Thank You.
On Thu, 21 Feb 2019 at 19:49, Siddhartha Sen via Boost < boost@lists.boost.org> wrote:
... using modern C++11 concepts for improved performance.
We are now in 2019 (1 year away from a new std, that's 3 iterations from what you are proposing), C++11 is not modern and you should at least fast-forward to C++14 (as this std fixes a number of issues in C++11), but better even fast-forward to C++17 (or even C++20, like using span f.e. ). If you want to have performance, I suggest you take inspiration from https://lemon.cs.elte.hu/trac/lemon . degski -- *"Big boys don't cry" - **Eric Stewart, Graham Gouldman*
participants (2)
-
degski
-
Siddhartha Sen