You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
buck2: switch to compact_str instead of smartstring
Summary:
Upsides:
- It seems more actively maintained.
- Note: on Github issues, they have a couple open reports of fuzz failures
(from their automation) but those are from a branch, not master.
- It doesn't have this frustrating bug: bodil/smartstring#7
Downsides:
- It doesn't convert String to an inlined value in `From`, but we don't
actually rely on this (we use small strings mostly when working with directories
where those elements are produced via an iterator of FileName).
Reviewed By: ndmitchell
Differential Revision: D42313656
fbshipit-source-id: 0708866fced3b32941047755b770244287f6ad94
0 commit comments