issues
search
Sec-ant
/
torrefy
An ESM package that uses Web Streams API to create v1, v2 or hybrid torrents in your web browser
https://www.npmjs.com/package/torrefy
MIT License
11
stars
1
forks
source link
refactor recursions to iterations
#4
Open
Sec-ant
opened
2 years ago
Sec-ant
commented
2 years ago
Maybe I should do some tests.
Related links:
The algorithms are implemented iteratively, because the VM stack is faster than a JS stack.
Maybe I should do some tests.
Related links: