Faster passing ASTs from Rust to JS · Issue #2409 · oxc-project/oxc · GitHub
DRANK
Currently OXC's parser is extremely fast, but using it from NodeJS is not. The primary cause is the overhead of the JS/Rust boundary - specifically serializing/deserializing large AST structures, i...