• v5.14.0 e91c4569ff

    v5.14.0 — Require bundling, FxHashMap, interpreter 2.5x faster
    Some checks failed
    CI / build-and-test (push) Waiting to run
    GitHub Mirror / mirror (push) Has been cancelled
    Stable

    root released this 2026-03-20 01:59:37 -03:00 | 65 commits to main since this release

    Require Bundling

    • String#koder_bundle: Resolve require statements recursively
    • Stage-2: compiler compiles itself (13848 bytecodes, 578KB binary)

    Interpreter Performance

    • FxHashMap in environment: 2-3x faster variable lookups
    • fib(30): 10s → 4s (2.5x)
    • Array iteration: 5x faster
    • Close #062
    Downloads