This results in no speed-ups compared to the stock Python implementation.
Root cause:
libbase64 requires a C99 compiler.
Windows CPython 2.7 requires to build with Visual C++ 9.0 that is not compliant.
Refer to https://wiki.python.org/moin/WindowsCompilers.
Possible solutions:
- Propose PR to upstream libbase64 to have support for those compilers. => unlikely to be merged.
- Fork libbase64 to have support for those compilers. => I'd rather not.
- Do nothing about it.