Skip to content
/ fustc Public

Faster Rust compiler that utilize per-function caching

License

Notifications You must be signed in to change notification settings

cordx56/fustc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🦅
fustc

⚡️ Faster Rust Compiler ⚡️

fustc is a faster Rust compiler that utilize per-function caching of checking results.

How fast (in sec):

crate cargo build cargo fustc build
without cache
cargo fustc build
with cache
faster
syn 2.0.100 1.070 1.185 1.021 5%
regex 1.11.1 2.876 3.049 2.742 5%
tokio 1.44.1 3.815 4.182 3.596 6%
axum 0.8.2 4.348 4.841 4.090 6%
actix-web 4.10.2 7.296 8.046 7.103 3%
tree-sitter v0.25.3 8.252 8.748 7.723 6%

Installation

Run the following commands to install both the fustc compiler and the cargo-fustc utility:

cargo install --path fustc --locked
cargo install --path cargo-fustc --locked

Usage

Build your project with fustc by running:

cargo fustc build

About

Faster Rust compiler that utilize per-function caching

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages