servo / unicode-bidi

Implementation of the Unicode Bidirection Algorithm in Rust
Other
74 stars 34 forks source link

More use of SmallVec #130

Closed jfkthame closed 4 months ago

jfkthame commented 4 months ago

This enables use of SmallVec for some more temporary vectors, to reduce heap allocations in common cases.

Also a couple of cosmetic clean-ups noticed in passing (which have no functional impact).