TerraME / publish

GNU General Public License v3.0
4 stars 9 forks source link

Use luacjson to speedup decoding JSON #159

Open pedro-andrade-inpe opened 7 years ago

pedro-andrade-inpe commented 7 years ago

The current implementation takes too much time to simplify JSON files:

Action Biomes States
Decode 16 min 8 min
Simplify 0s 0s
Minify 0s 0s
Write 0s 0s

Use LuaCJSON library (https://github.com/mpx/lua-cjson) to speedup decoding.