Tag Archives: Memory efficient

Memory efficient Python with bytearray

The story I was developing an audio broadcasting server.  I wrote the server with Twisted.  It works fine, but there is still a big problem to solve: the memory usage.  My audio broadcasting server use memory so much.  You can … Continue reading

Posted in English Articles, Python, 分享 | Tagged , , , | 1 Comment