<p><span class="h-card" translate="no"><a href="https://hachyderm.io/@SnoopJ" class="u-url mention">@<span>SnoopJ</span></a></span> <span class="h-card" translate="no"><a href="https://mastodon.social/@whitequark" class="u-url mention">@<span>whitequark</span></a></span> <span class="h-card" translate="no"><a href="https://chaos.social/@gsuberland" class="u-url mention">@<span>gsuberland</span></a></span> <span class="h-card" translate="no"><a href="https://social.coop/@jsbarretto" class="u-url mention">@<span>jsbarretto</span></a></span> </p><p>practically speaking, most dynamic language overhead comes from dynamic dispatch, rather than interpreter overhead</p><p>cpython&#39;s bytecode interpreter still competes with the copy and patch jit</p><p>it&#39;s really only tight loops where the small costs accumulate wildly where it&#39;s pain</p><p>here, each python stub is more like a tiny event handler</p>
Reply