加载中
正在获取最新内容,请稍候...
正在获取最新内容,请稍候...
A collection of high-performance JavaScript tools written in Rust. This project aims to provide fast, reliable, and efficient solutions for common JavaScript development tasks like parsing, linting, formatting, and more.
oxc is an ambitious project building a suite of JavaScript infrastructure tools using the Rust programming language. It focuses on delivering superior performance and reliability compared to traditional tools written in JavaScript.
Existing JavaScript tooling can often be slow and memory-intensive, especially in large codebases or CI/CD pipelines. By leveraging the performance characteristics of Rust, oxc provides significantly faster alternatives.
A highly performant and spec-compliant JavaScript parser built from scratch in Rust.
A linting engine designed for speed, enabling rapid code analysis and issue detection.
oxc's performance advantages make it ideal for scenarios where speed and efficiency are critical for JavaScript tooling:
Replace existing linters or formatters in large JavaScript/TypeScript projects to achieve significantly faster execution times during development and in CI.
Reduce CI pipeline duration and improve developer iteration speed.
Integrate high-speed parsing into code analysis platforms, documentation generators, or static analysis tools.
Enable faster analysis of large codebases or process code more quickly for various purposes.
You might be interested in these projects
testify is a Go testing toolkit that provides common assertions, mocks, and suite functionality, designed to integrate smoothly with Go's standard library testing package. Simplify and enhance your Go tests.
The Moby Project - a collaborative, open-source project for the container ecosystem, providing components and a framework to assemble container-based systems.
A high-performance, full-featured text search engine library written entirely in Java. Lucene is a core component for building robust search applications.