Legacy VBScript and Classic ASP are traditionally bound to the Windows native execution engine (cscript.exe or w3wp.exe). AxonASP replaces this dependency with a high-performance, cross-platform engine written in Go.

Recent benchmarks demonstrate that AxonASP outperforms the native Microsoft implementation in computational execution.

The GoF Design Patterns Benchmark

Developer Jeffrey Heping ported all 23 Gang of Four (GoF) design patterns to VBScript, implementing strict OOP structures including classes, recursion, collections, and callbacks.

The identical 23 files were executed across five environments on Windows 11. Each test iteration measured the complete lifecycle: process start, code compilation, and execution.