2025-08-28
- 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.