X Tutup
Skip to content

2025-08-28

Choose a tag to compare

@Kagamma Kagamma released this 27 Aug 10:27
· 95 commits to main since this release
  • Added support for coroutines.
  • Implemented a new generational garbage collector (GC).
  • Improved GC to reduce memory fragmentation.
  • General performance improvements thanks to the new GC.
  • Reduce memory usage when using dot notations, by packing strings with length <= 8 directly to TSEValue instead of spawning GC object on the heap.
X Tutup