Standardizing a linear algebra library - Guy Davidson - Meeting C++ 2018
Guy Davidson speaking about standardization and algebraic libraries
Standardizing a linear algebra library
by Guy Davidson
June 16-21, Sofia, Bulgaria
September 13-19, Aurora, CO, USA
October 25, Pavia, Italy
November 6-8, Berlin, Germany
November 16-21, Kona, HI, USA
By Meeting C++ | Feb 27, 2019 06:24 AM | Tags: standardization performance meetingcpp intermediate efficiency basics advanced
Guy Davidson speaking about standardization and algebraic libraries
Standardizing a linear algebra library
by Guy Davidson
By Meeting C++ | Feb 26, 2019 08:57 AM | Tags: meetincpp intermediate efficiency clean code c++11 basics advanced
Arne Mertz presenting at Meeting C++:
Bringing Clean Code to large scale C++ legacy Applications
by Arne Mertz
By Meeting C++ | Feb 24, 2019 09:08 AM | Tags: tools meetingcpp intermediate crossplattform basics advanced
A talk on cross platform C++
Cross plattform C++ development is challenging
by Marc Goodner
By Meeting C++ | Feb 22, 2019 06:43 AM | Tags: meetingcpp intermediate experimental c++17 c++14 c++11 basics advanced
A great talk on how to write reliable code
How to write more reliable code
by Egor Bredikhin
By Meeting C++ | Feb 19, 2019 04:14 AM | Tags: meetingcpp intermediate efficiency c++20 basics advanced
The last video from the B Track of Meeting C++ 2018:
Policy-based design in C++20
by Goran Arandjelović
By Meeting C++ | Feb 18, 2019 08:05 AM | Tags: tmp performance meetingcpp intermediate experimental efficiency compiletime c++20 c++17 c++14 c++11 basics advanced
A great talk about the possibilities of generic programming at compile time
Compile time regular expressions
by Hana Dusíková
By Meeting C++ | Feb 17, 2019 06:45 AM | Tags: performance meetingcpp intermediate experimental efficiency c++11 advanced
Next video from the B Track at Meeting C++:
pinned_vector
by Miro Knejp & Jakob Schweißhelm
By Meeting C++ | Feb 14, 2019 03:16 AM | Tags: performance meetingcpp iostream intermediate format fmt efficiency c++11 basics
An introduction to the {fmt} library.
Socializing with {fmt}
by Daniela Engert
By Meeting C++ | Feb 13, 2019 05:38 AM | Tags: performance meetingcpp intermediate functional programming fp experimental efficiency c++17 advanced
HOFs explained by Björn Fahller
Higher Order Functions for ordinary developers
by Björn Fahller
By Adrien Hamelin | Feb 11, 2019 01:03 PM | Tags: stl intermediate
What do you think?
Why You Should Use std::for_each over Range-based For Loops
by Jon Kalb
From the article:
I’d like start by thanking Jonathan for creating and maintaining the Fluent{C++} blog, for the conversations that it spawns, and for letting me contribute with this guest post. Jonathan has invited me to add my thoughts on his previous posting, Is std::for_each obsolete?