/WaffleLink

Runtime with fast GC and easy concurrency.

Primary LanguageRustApache License 2.0Apache-2.0

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