Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Matthieu M.

Matthieu M.

Matthieu M. has asked 79 questions and find answers to 1672 problems.

Stats

44.8k
EtPoint
15.0k
Vote count
79
questions
2k
answers

About

Software Engineer at IMC since 2016.

Avid follower of the Rust project, and still following Clang/LLVM (which I helped improved a bit with -Wdelete-non-virtual-dtor).

Known to dabble in Python for scripting purposes.

Interested in language design, and thus very interested in Rust (zero-cost memory safety, zero-cost data-race safety, concurrency) and interested in Haskell (type system, functional paradigm), which I unfortunately did not had time to explore yet...

Interested in compiler design and low-level technics: Memory Allocation/Garbage Collection, Compiler Optimizations, Link-time Optimizations.

Favorite answers of mine:

  • Behold the PassKey Pattern
  • Pick your Container in C++11

Favorite answers from others:

  • to Can a local variable's memory be accessed outside its scope ? by Eric Lippert