Is anyone using Pystd in production?
I was reading about this alternative to the standard library
Less standard library, faster program
jpakkane/pystd: A self-written C++ standard library
and wondering if anyone is using it in production? The back tier of my code generator is proprietary and only runs on Linux. This library from Jussi Pakkanen isn't super portable, but it works on Linux. So it's a possibility for me to start using it in my back tier.
My company's motto is to "enjoy programming again" and wonder if this library could help with that.