1 repository
Concurrent execution of development tool tasks across multiple CPU cores.
Distinct from Parallel Processing: Distinct from Parallel Processing: specifically focuses on distributing linting and formatting workloads rather than data-parallel computation.
Explore 1 awesome GitHub repository matching data & databases · Toolchain Parallelization. Refine with filters or upvote what's useful.
oxc is a high-performance JavaScript toolchain developed in Rust for parsing, transforming, and analyzing JavaScript and TypeScript source code. It provides a set of core utilities including a parser that converts code into an abstract syntax tree, a linter for identifying problematic patterns, a formatter for standardizing visual style, and a minifier for reducing production file sizes. The project focuses on high-performance execution through a system design that utilizes single-pass parsing, zero-copy string slicing, and parallel worker processing to handle large codebases. It further opti
Distributes linting and formatting tasks across multiple CPU cores to process large codebases concurrently.