Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/jazz-lang/WaffleLink

Runtime with fast GC and easy concurrency.
https://github.com/jazz-lang/WaffleLink

Last synced: 10 days ago
JSON representation

Runtime with fast GC and easy concurrency.

Lists

README

        

# Waffle
Fast and easy to use runtime for programming languages.

# Features
- Fast conservative garbage collector (W.I.P)
- Green threads (TODO)
- Tiered execution pipeline: Interpreter->Template JIT->Optimizing JIT (W.I.P)
- Inline caching and a lot of other technologies to speed-up execution