General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
⃠
No Boilerplate
comments
Comments by "⃠" (@U20E0) on "Rust for the impatient" video.
@NoBoilerplate int differs between architectures too, all that is defined about type sizes are minima, short int and int are both at least 16-bit, long int at least 32, long long int at least 64. So you were correct. although long int and int are equivalent on most systems, long is more correct.
2
@NoBoilerplate i have no idea, and i don’t know Rust, but i32 and int ( in C ) seem to be good defaults simply because they work on almost any system without additional performance cost, and are the largest integer that does so. Also now i am confused; you responded to an earlier comment ( on an earlier video ) with this exact same info, yet you say ‘how interesting!’
2
@NoBoilerplate Youtube’s comment system is a nightmare.
2
@NoBoilerplate did not know that. it’s already a nightmare for regular users who comment a lot, but having replies in a different place from initial comments and sorted differently?!.
2