Skip to content

Commit

Permalink
feat(swc_parallel): Add parallel iterators
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Feb 21, 2025
1 parent 7b2a6d3 commit 2805cfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions crates/swc_parallel/src/iter/mod.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
//! Fork of `rayon` to use parallel iterators with [chili]
1 change: 1 addition & 0 deletions crates/swc_parallel/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
use std::{cell::RefCell, mem::transmute};

pub mod items;
pub mod iter;
pub mod merge;

#[derive(Default)]
Expand Down

0 comments on commit 2805cfc

Please sign in to comment.