glathoud/js.metaret
lightweight mutual tail recursion optimization without trampoline
This is a tool for JavaScript developers who write complex, recursive functions or frequently call small utility functions. It lets you write highly expressive code that is automatically transformed into optimized, standard JavaScript. The input is special `.jsm` JavaScript files, and the output is faster `.js` files.
No commits in the last 6 months.
Use this if you are a JavaScript developer who wants to write clean, recursive, or highly modular code without sacrificing performance due to function call overhead.
Not ideal if you are working on simple JavaScript projects where performance optimization at the function call level is not a primary concern, or if you prefer to stick strictly to standard JavaScript syntax without any pre-processing steps.
Stars
14
Forks
1
Language
JavaScript
License
MIT
Category
Last pushed
Oct 04, 2014
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/glathoud/js.metaret"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
retejs/rete-studio
A general-purpose code generation tool powered by Rete.js
chrishoermann/zod-prisma-types
Generator creates zod types for your prisma models with advanced validation
microsoft/ts-gyb
Generating native code interfaces from TypeScript
evoluteur/evolutility-ui-jquery
Model-driven Web UI for CRUD using REST or localStorage.
unjs/knitwork
🧶 Utilities to generate safe JavaScript code.