Hacker News new | ask | show | jobs
by nigma 5323 days ago
Are you also going to open-source some parts of the project?
1 comments

A couple of the components used are actually already open-source:

https://github.com/esnme/ultrajson - Super-fast JSON serializer.

https://github.com/esnme/locust - Scalable load testing tool capable of simulating millions of users.

https://github.com/esnme/amysql - 100% async/event driven MySQL driver.

https://github.com/hjlarsson/gevent-memcache - memcached driver for gevent.

Thanks for this list.

We've been building our own load testing tools on python, and it will be quite helpful to learn from the implementation of locust.