Module server

Module server 

Source
Expand description

REPL Server

Implements three-tier execution strategy:

  • Tier 1: Interpreter for simple expressions (<1ms)
  • Tier 2: Cache of compiled functions (~0ms)
  • Tier 3: JIT compilation for complex code (50-200ms first time)

Structsยง

ReplServer
REPL server with tiered execution