Current Dev State

This commit is contained in:
Tim Lorsbach
2025-06-23 20:13:54 +02:00
parent b4f9bb277d
commit ded50edaa2
22617 changed files with 4345095 additions and 174 deletions

View File

@ -0,0 +1,18 @@
$ git log|head -n1
commit 8b66aec6f43c5099c72ab365a93da2a9e406824e
with lexical-scope@0.0.4:
$ time module-deps bench/jquery.js | bin/cmd.js >/dev/null
real 0m7.380s
user 0m7.504s
sys 0m0.320s
with lexical-scope@0.0.5:
$ time module-deps bench/jquery.js | bin/cmd.js >/dev/null
real 0m2.441s
user 0m2.584s
sys 0m0.176s