Content pfp
Content
@
0 reply
0 recast
0 reaction

0xSuit9 pfp
0xSuit9
@suit9
🚀 Just discovered an awesome #RustLang trick! 🤓 When the data is immutable, Arc<T> is more efficient than Vec <T> because it avoids the overhead of cloning the entire vector each time it is shared. Instead, it uses reference counting to manage the shared references, which is faster and more efficient.
0 reply
0 recast
2 reactions