Hi @s3alfisc
After finding this, I ported the core algorithms from fixest to Armadillo, so these can be used either in Python, R, etc.
I put my version here: https://github.com/pachadotdev/capybara/tree/reghdfe-ideas
While it is an R package, all the link functions, deviance, etc have been written on C++ side, and the R functions only validate the data and pass it to Armadillo for the computation.
I still need to fix a few issues