Archiviert
13
0
Dieses Repository wurde am 2021-01-06 archiviert. Du kannst Dateien ansehen und es klonen, aber nicht pushen oder Issues/Pull-Requests öffnen.
ProtocolLib/ProtocolLib
Kristian S. Stangeland 240df9dc7a Complicated feature - auto-compilation of structure modifier.
Using ASM we can automatically generate a faster structure modifier
that doesn't use reflection to read or write public fields.

Note that because the compilation itself is a bit slow (10 ms++), 
we have to create a background compilation thread. Future work:
 * Disable the thread if it's idle after 60 seconds.
 * Don't recreate the thread when the server reloads.
2012-09-27 03:24:34 +02:00
..
.settings Initial commit. 2012-09-12 19:04:53 +02:00
lib Initial commit. 2012-09-12 19:04:53 +02:00
src Complicated feature - auto-compilation of structure modifier. 2012-09-27 03:24:34 +02:00
test/com/comphenix/protocol Refactored the SortedCopyOnWriteArray out into a separate package. 2012-09-15 13:07:44 +02:00
.classpath Initial commit. 2012-09-12 19:04:53 +02:00
.project Initial commit. 2012-09-12 19:04:53 +02:00
Java.xml Initial commit. 2012-09-12 19:04:53 +02:00