Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

This Babel plugin automatically optimizes tail call recursion in JavaScript, transforming recursive functions into iterative loops to prevent stack overflows and improve performance. It's designed for developers writing recursive algorithms in JavaScript who want to leverage tail call optimization without manually rewriting their code, especially useful in environments where native tail call optimization isn't supported. The plugin maintains compatibility with non-tail-recursive functions and provides significant performance improvements, making it ideal for functional programming patterns and recursive data processing in JavaScript applications.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of krzkaczor/babel-plugin-tailcall-optimization

Account's avatar
chaijs/chai
BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
standard/standard
JavaScript Standard Style

Support the repos that depend on this repository

Top contributors

krzkaczor's profile
krzkaczor
38 contributions
mfila's profile
mfila
3 contributions
andreineculau's profile
andreineculau
2 contributions
gtkatakura's profile
gtkatakura
2 contributions
amilajack's profile
amilajack
1 contributions
acthp's profile
acthp
1 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
krzkaczor

krzkaczor/babel-plugin-tailcall-opt...

Tail call optimization for JavaScript!

JavaScript
196
9
MIT License