Gareth Lloyd (He/him) · @glloyd
48 followers · 114 posts · Server fosstodon.org

Fun adventure profiling showed strange overhead in .

Did a dig in and found github.com/pybind/pybind11/blo

They are hashing and comparing strings from type_index's name if you use libc++ !?!?!

Changing to libstdc++ removed this overhead.

#pybind11 #cplusplus #cpp #programming #performance

Last updated 2 years ago

Suryavarman · @Suryavarman
16 followers · 141 posts · Server mamot.fr


J'ai dorénavant tout mes types de vecteurs en python et en c++. ✅

J'en ai profité pour ajouter des vecteurs à quatre composantes.

#python #cpp #eigen #pybind11

Last updated 3 years ago

Suryavarman · @Suryavarman
16 followers · 141 posts · Server mamot.fr


J'ai débuté l'intégration de Vecteurs d'Eigen en C++ et grâce pybind11 l'export en python c'est fait très facilement.
Quand j'aurais exporté tout les types de Vecteur en python et idem pour les Matrices et les Quaternions. Je pourrais commencer la description de scènes 3D 😍

#eigen #cpp #python #pybind11

Last updated 3 years ago

Suryavarman · @Suryavarman
16 followers · 141 posts · Server mamot.fr

Transcription de la classe c++ wxColourVar en python avec .
C'est pas encore ça. Bizarrement la classe wxColour de s'avère pas commode.
Seul un «setter» sur les quatre ne passe pas en python et le «getter» plante direct.
Je pensais pas que wxColour serait si long à intégrer :p

#pybind11 #wxwidgets

Last updated 4 years ago