Skip to content

Commit 9bc6dd3

Browse files
committed
Update unicode-xid benchmark ratio
1 parent 12f0a68 commit 9bc6dd3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Implementation of [Unicode Standard Annex #31][tr31] for determining which
1313

1414
This crate is a better optimized implementation of the older `unicode-xid`
1515
crate. This crate uses less static storage, and is able to classify both ASCII
16-
and non-ASCII codepoints with better performance, 2–6× faster than
16+
and non-ASCII codepoints with better performance, 6× faster than
1717
`unicode-xid`.
1818

1919
<br>

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
//!
1414
//! This crate is a better optimized implementation of the older `unicode-xid`
1515
//! crate. This crate uses less static storage, and is able to classify both
16-
//! ASCII and non-ASCII codepoints with better performance, 2&ndash;6&times;
17-
//! faster than `unicode-xid`.
16+
//! ASCII and non-ASCII codepoints with better performance, 6&times; faster than
17+
//! `unicode-xid`.
1818
//!
1919
//! <br>
2020
//!

0 commit comments

Comments
 (0)