Skip to content

Commit 6cfcc2e

Browse files
committed
Performance update:
* reuse YuContext in module function invocations * less String allocations * use non-synchronized stack * faster call for s, syso
1 parent 1bc7b01 commit 6cfcc2e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+3660
-3433
lines changed

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

YuScript.iml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<content url="file://$MODULE_DIR$">
77
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
88
</content>
9-
<orderEntry type="jdk" jdkName="14" jdkType="JavaSDK" />
9+
<orderEntry type="inheritedJdk" />
1010
<orderEntry type="sourceFolder" forTests="false" />
1111
</component>
1212
</module>

src/io/github/rose2073/yuscript/Main.java

Lines changed: 0 additions & 75 deletions
This file was deleted.

0 commit comments

Comments
 (0)