DrMemCS / drmem

Full source tree for the DrMem control system
MIT License
3 stars 4 forks source link

Optimization #95

Closed rneswold closed 9 months ago

rneswold commented 9 months ago

Saw a YouTube video stating that copying and moving Arc<str> types is better than String, when the strings don't need to be modified.