On 6 January 2014 20:54, Povilas Kanapickas wrote: > > I have a proof-of-concept implementation of floating-point printf() > which is 4 to 6 times faster than the glibc printf() in common use cases > while producing exactly the same output (including rounding, etc.). I > would like to contribute it to stdlibc++ as an implementation of > floating-point num_put facet.
Thanks for your interest in contributing to libstdc++ (N.B. it's not called stdlibc++!) The project has its own mailing list at libstd...@gcc.gnu.org so if you want to reach the maintainers you should discuss it on that list. If you want to contribute then the first step is to read http://gcc.gnu.org/onlinedocs/libstdc++/manual/appendix_contributing.html in particular the legal prerequisites.