Skip to content

Releases: kleeedolinux/SolVM

v1.4.0

Choose a tag to compare

@kleeedolinux kleeedolinux released this 28 May 15:41
  • Optimized function with graph and trees
  • Added TableX modules

v1.3.1

Choose a tag to compare

@kleeedolinux kleeedolinux released this 26 May 20:08
  • Minor fix of autoupdate cli

v1.3.0

Choose a tag to compare

@kleeedolinux kleeedolinux released this 26 May 20:04
  • Autoupdate system

v1.2.0

Choose a tag to compare

@kleeedolinux kleeedolinux released this 26 May 15:51
  • Template engine
  • Console mode
  • Import modules from github
  • Optimized VM core

v1.1.0

Choose a tag to compare

@kleeedolinux kleeedolinux released this 25 May 19:40
  • 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

v1.0.0

Choose a tag to compare

@kleeedolinux kleeedolinux released this 25 May 14:23

First release