Rust question about array reference #5028
-
There's a line comment |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
Visit @zhang2014 for some help 🚀 |
Beta Was this translation helpful? Give feedback.
-
In the test, improve the performance if change |
Beta Was this translation helpful? Give feedback.
In the test, improve the performance if change
&[StateAddr]
to StateAddrs. There is no particularly accurate answer, just guess that&[StateAddr]
will cause rust to create StateAddrs slice and get slice ref.