Preparing for system design interviews?  Try bugzed.com →

trampoline

JSON →
library 0.1.2 ·python maintenance
verified Jun 28, 2026

The `trampoline` library (version 0.1.2) provides a simple and tiny yield-based implementation of the trampoline technique in Python. It allows recursive functions to overcome Python's recursion depth limit by converting them into generators that yield subsequent recursive calls, which are then driven by a central `trampoline` function. This enables virtually infinite recursion without exhausting the call stack. The library has not seen recent updates, with its last release in 2018.

total hits 9
actors 3 distinct systems
last hit 17d ago AhrefsBot
Amazonbot
4
Script
1

top countries 🇺🇸 United States · 🇨🇦 Canada · 🇩🇪 Germany · 🇫🇷 France