Candygram: Python implementation of Erlang concurrency primitives. →
Simulates Erlang-ish concurrency features but Erlang supports micro-threads whereas Candygram creates real threads since there are no micro-threads in Python.
Welcome, my name is Harish Mallipeddi. I work for Amazon Web Services (AWS). This blog is mostly a dump of interesting articles that I come across on the web. Topics span across multiple areas including algorithms/datastructures, NoSQL stores, database internals, web-scale challenges, and functional languages.
Simulates Erlang-ish concurrency features but Erlang supports micro-threads whereas Candygram creates real threads since there are no micro-threads in Python.