THANK YOU MATTPIZ

This commit is contained in:
Thomas Forgione 2019-10-30 14:39:12 +01:00
parent c9513b6ad8
commit 6794ee1db9
No known key found for this signature in database
GPG Key ID: 203DAEA747F48F41
1 changed files with 2 additions and 1 deletions

View File

@ -145,5 +145,6 @@ Its objectives are:
In our work, many tasks will consist in 3D content analysis, reorganising and 3D rendering evaluation.
Many of these tasks require long computations, lasting from hours to entire days.
To perform them, we need a programming language that has best performances (Rust has comparable performance with C or C++) and the extra features that Rust provides ease development tremendously, and this is why we use Rust for all tasks that do not require having a web interface.
To perform them, we need a programming language that has good performances (Rust has comparable performance with C or C++).
In addition, the extra features that Rust provides ease tremendously development, and this is why we use Rust for all tasks that do not require having a web interface.