A ksuid is a K sorted UID. In other words, a KSUID also stores a date component, so that ksuids can be approximately
sorted based on the time they were created. (more…)
Read more »
I spent a COVID summer (and then some) integrating mypyc into Black to double performance. How was it? (more…)
Read more »
This article reviews some common options for parallelizing Python code including process-based parallelism, specialized libraries, ipython parallel, and Ray.
(more…)
Read more »
Welcome to the third post in our series on Python at scale at Instagram! As we mentioned in the first post in the series, Instagram Server… (more…)
Read more »