Performance Cliffs
A common bad property of many different JIT compilers is that of a "performance
cliff": A seemingly reasonable code change, leading to massively reduced
performance due to hitting s... (more…)
Read more »
In this short article I will demonstrate a nifty trick to get your python tracebacks annotated with git blame information, specifically… (more…)
Read more »
Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube. (more…)
Read more »
There have been many Python libraries developed for interactive with the Hadoop File System, HDFS, via its WebHDFS gateway as well as its native Protocol Buffers-based RPC interface. I'll give you an overview of what's out there and show some engineering ...
Read more »
Trace your python process line by line with low overhead! - GitHub - furkanonder/beetrace: Trace your python process line by line with low overhead! (more…)
Read more »