GeistHaus
log in · sign up

Some Ways that PyPy uses Graphviz

pypy.org

Some way that PyPy uses Graphviz Somebody wrote this super cool thread on Twitter about using Graphviz to make software visualize its internal state: 🧵 Make yours and everybody else's lives slightly l

3 pages link to this URL
2020#14 Readings

This past week has been Data+AI Summit, so there are several new product announcements from Databricks.

0 inbound links article en posts
How fast can the RPython GC allocate?

While working on a paper about allocation profiling in VMProf I got curious about how quickly the RPython GC can allocate an object. I wrote a small RPython benchmark program to get an idea of the ord

0 inbound links article en benchmarkinggcrpython