Pulsar

Pulsar is a distributed pub-sub messaging platform with a very flexible messaging model and an intuitive client API. Main features Horizontally scalable (Millions of independent topics and millions of messages …

Numba

Numba translates Python functions to optimized machine code at runtime using the industry-standard LLVM compiler library. Numba-compiled numerical algorithms in Python can approach the speeds of C or FORTRAN. You don’t need …