samedi 27 mai 2017

Fluent Interface(chaining method) with C++ parallelism

Does anyone have an experience in using Fluent Interface (or chaining method) with SIMD and other levels of parallelism using C++? Is there any performance penalty, side effects, e.g. on instruction-level? By chaining we define an order to perform the methods, but how this order defines an argument calculations?

This technique is widely popular within web-developers. I have thought to apply it for my personal project for C++, but will I lose the performance cause of that?

I really appreciate your help. Thanks in advance.

Aucun commentaire:

Enregistrer un commentaire