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

reason is performance. The browser is trying to _save_ you from the cost of parsing functions that are never invoked. If you have a function like: ```js function doNothing() { console.log('do nothing!'); } ``` Then if you never call `doNothing()`, the browser can avoid fully parsing it, which means it can avoid the cost of allocating the function object, setting up its scope, etc. This is a good thing! That's why `optimize-js` only focuses on the functions that are likely to be invoked. ### Does this affect run-time performance? No, this only affects the initial parse time of the script.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of nolanlawson/optimize-js

Account's avatar
acornjs/acorn
ECMAScript parser
Account's avatar
maxogden/concat-stream
writable stream that concatenates strings or binary data and calls a callback with the result
Account's avatar
Rich-Harris/estree-walker
Traverse an ESTree-compliant AST
Account's avatar
Rich-Harris/magic-string
Modify strings, generate sourcemaps
Account's avatar
yargs/yargs
yargs the modern, pirate-themed, successor to optimist.
Account's avatar
matthew-andrews/denodeify
Tool to turn functions with Node-style callback APIs into functions that return Promises
Account's avatar
http-party/http-server
A simple zero-configuration command-line http server
Account's avatar
gotwarlost/istanbul
Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use ca
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

nolanlawson's profile
nolanlawson
81 contributions
aickin's profile
aickin
8 contributions
vigneshshanmugam's profile
vigneshshanmugam
2 contributions
austinkelleher's profile
austinkelleher
1 contributions
hhnr's profile
hhnr
1 contributions
hugoabonizio's profile
hugoabonizio
1 contributions
jfsiii's profile
jfsiii
1 contributions
mlrawlings's profile
mlrawlings
1 contributions
ymichael's profile
ymichael
1 contributions
michelgotta's profile
michelgotta
1 contributions

Recent events

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

No events yet
nolanlawson

nolanlawson/optimize-js

Optimize a JS file for faster parsing (UNMAINTAINED)

JavaScript
3740
100
Apache License 2.0