Releases: kleeedolinux/SolVM
Releases · kleeedolinux/SolVM
Release list
v1.4.0
v1.3.1
v1.3.0
v1.2.0
- Template engine
- Console mode
- Import modules from github
- Optimized VM core
v1.1.0
- Support import folder and zip
- Changed memory limit to track allocated memory since VM start
- Changed memory limit type to int64 for larger values
- Added proper memory tracking with startMem
- Added memory limit to Lua states (SetMx(1000))
- Proper cleanup of Lua states in the pool
- Better state reuse in the pool
- Pre-allocated channel map with initial size
- Better cleanup of channels
- More efficient channel operations
- Reduced allocations in channel operations
- Better memory reuse through pooling
- Proper cleanup of resources