c170cd3fa0c47c25cf268154fda5878127a84983
public void func() {
synchronized(this) {
...
}
}
is less efficient than
public synchronized void func() {
...
}
Description
Lightweight, fast, Java-centric Lua interpreter written for JME and JSE, with string, table, package, math, io, os, debug, coroutine & luajava libraries, JSR-223 bindings, all metatags, weak tables and unique direct lua-to-java-bytecode compiling. Forked GitHub Repository: https://github.com/luaj/luaj
https://luaj.sourceforge.net/
MIT
17 MiB