nineteendo / pyvz2

PyVZ2 is a command line utility to modify PvZ2
GNU General Public License v3.0
44 stars 7 forks source link

Conversion is way too slow. #5

Closed nineteendo closed 2 years ago

nineteendo commented 2 years ago

Solution: rewrite the program to convert rton directly to a string and back.

nineteendo commented 2 years ago

Solved, now converting RTON directly into JSON with fast_rtons.py.

The only way to make the tool faster is multi treading and a faster coding language.

nineteendo commented 2 years ago

Fixed.