Optimize BidiParagraphs with ASCII fast path (#408)
* Optimize BidiParagraphs with ASCII fast path - Added fast path for ASCII text that avoids BidiInfo allocation - Added some text shaping benchmarks * refactor: fix clippy warnings and cleanup imports
This commit is contained in:
parent
de355a1fd9
commit
e80dbc3607
9 changed files with 196 additions and 30 deletions
|
|
@ -68,6 +68,10 @@ warn_on_missing_glyphs = []
|
|||
name = "layout"
|
||||
harness = false
|
||||
|
||||
[[bench]]
|
||||
name = "text_shaping_benchmarks"
|
||||
harness = false
|
||||
|
||||
[workspace]
|
||||
members = ["examples/*"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue