Skip to content

Commit 17c64e6

Browse files
committed
update README
1 parent 34b1c28 commit 17c64e6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Benchmark for Oxc, Swc and Biome parser
1+
# Parser Benchmark for Oxc, Swc and Biome
22

33
The purpose of this benchmark is for people who wants to evaluate and compare the performance characteristics of these parsers.
44

@@ -53,8 +53,7 @@ group.bench_with_input(id, &source, |b, source| {
5353

5454
This benchmark uses the total number of physical cores as the total number of files to parse per bench iteration. For example it parses 6 files in parallel on my Mac i7 6 cores.
5555

56-
This can indicate the existence of resource contention.
57-
For example swc uses [`string_cache`](https://crates.io/crates/string_cache) crate, which uses a global concurrent hashmap.
56+
This can indicate the existence of global resource contention.
5857

5958
```rust
6059
let cpus = num_cpus::get_physical();

0 commit comments

Comments
 (0)