-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
I run very basic benchmarks for various string implementations. I arbitrarily chose is_empty for my "access" test to see how expensive it was to use the underlying &str and SmartString is ridicuously slow compared to the others.
Looks like SmartString hand implements is_empty rather than relying on the Deref. I'm assuming its some lack of inlining.
Metadata
Metadata
Assignees
Labels
No labels