Started rewriting in Go which proved to be way too complex for what was needed, handling and parsing JSON in Go is kind of ridiculous.
Started a rewrite in JavaScript on top of NodeJS, likely to continue down this route as it provides boosts to scalability on each node where Python is lacking, also resolves a weird issue with PyPy and Twisted leaking memory.
Other option is to rewrite in Lua and use it's JIT.