modern C++ enthusiast
Significantly improved the compile-time performance of a compile-time sorting algorithm.
Improved various clangd features such as infos on hover, go-to-definition or code formatting and fixed a memory leak.
Worked on the NVDEC hardware decoder. Various bugfixes and performance improvements.
Worked on the picture stitching pipeline. I implemented some algorithms from research papers to improve the resulting image quality and added some optimizations.
Maintainer of the library since the author went inactive. I fixed some bugs related to multi-threading, and cleaned-up some parts of the code. I regularly merge relevant pull requests submitted by various contributors.
Fixed a bug in the behavior of the “trafgen” tool.
packio is an async-oriented schema-less RPC library for C++17 based on boost.asio.
Space dodgems is a mini-game that you can play directly in your browser, from a desktop, a tablet or a mobile phone.
It started as an experimental project to try using websocket with Boost.Beast and C++20 coroutines. It ended up as a pretty fun game.
I like panoramas. I hate artifacts.
Fork OpenCV, read some technical stuff, add a spice of Qt, and you get AutoPanorama.
When I come back from holiday with a thousand pictures, I just want to keep the best ones ...
A full C implementation of the bitstruct python library. This library allows for very fast bitfield manipulations in python.
Python 3.5+ compatible and available on pypi.
A python software to automatically get the updatability status of recipes in conan-center-index and to help users update their recipes.
A board of updatability is automatically updated using Github Actions, together with updated recipes in branches to let users submit updates in one click.
We reached the 5th place of the French Robotic Championship during my studies at the university. That result was partly thanks to the motor control code I authored and refined during my time at the university. The students of the association have not re-written this code to this day.