Login
From:
Robert Mosolgo
(Uncensored)
subscribe
Trampolining
https://rmosolgo.github.io/ruby/language%20implementation/2018/09/23/trampolining.html
links
backlinks
Roast topics
Find topics
Find it!
As part of my work on improving GraphQL-Ruby’s runtime performance, I’ve been reading Essentials of Programming Languages. Here, I try to apply their lesson about “trampolining”. TL;DR: I applied a thing I read in a textbook and it: ...