Data science tools have come a long way, and Project Jupyter has been foundational to that progress. But what if we could dramatically improve their performance without abandoning the Python ecosystem?
In this talk, I’ll introduce Zasper, a high-performance IDE for Jupyter notebooks that delivers:
Up to 5× lower CPU usage
Up to 40× lower RAM usage
Lower latency and higher throughput
Massive concurrency support with minimal memory overhead
Zasper achieves this by reimplementing parts of the Jupyter server stack in Go, while staying fully compatible with the Jupyter protocol. If you’ve ever hit performance bottlenecks with traditional tools, this talk is for you.