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
I'll open and close this issue, if nothing else than to use as precedent if anyone else wants to do this.
I tried replacing the usage of arrayvec in this crate with tinyvec, with is an alternative with no unsafe code. However, this caused a significant degradation of performance in the benchmarks for this crate. Therefore, I don't think it is a good idea to replace arrayvec with tinyvec.
The text was updated successfully, but these errors were encountered:
I'll open and close this issue, if nothing else than to use as precedent if anyone else wants to do this.
I tried replacing the usage of
arrayvec
in this crate withtinyvec
, with is an alternative with no unsafe code. However, this caused a significant degradation of performance in the benchmarks for this crate. Therefore, I don't think it is a good idea to replacearrayvec
withtinyvec
.The text was updated successfully, but these errors were encountered: