ZaneDubya / MedievaLandsPublic

MedievaLands [closed source] is a a recreation of an early MMORPG. The desktop client runs on .NET Framework on Windows and macOS. The server runs on .NET Core on Linux. The website is written in PHP and runs on Apache on Linux. 126,500 lines of C#.
8 stars 1 forks source link

LoxScript: persist after running, have multiple Gears instances at once. #928

Closed ZaneDubya closed 2 years ago

ZaneDubya commented 2 years ago

How "heavy" is a lox script in terms of memory usage?

ZaneDubya commented 2 years ago

Not heavy at all! About 1.2kb. And the scripts are fairly light-weight, about 850 bytes for the Yserbius dungeon entrance. My implementation of lines is ridiculous, about 4x the memory storage of the opcodes. I can do better there.