optimized the lua serializer

This commit is contained in:
Akka
2022-05-17 11:17:38 +08:00
committed by Melledy
parent 1925bf64d8
commit 593de83847
15 changed files with 168 additions and 67 deletions

View File

@@ -87,6 +87,7 @@ dependencies {
implementation group: 'org.luaj', name: 'luaj-jse', version: '3.0.1'
implementation group: 'ch.ethz.globis.phtree', name : 'phtree', version: '2.5.0'
implementation group: 'com.esotericsoftware', name : 'reflectasm', version: '1.11.9'
protobuf files('proto/')