NooneAtAll3

Results 12 comments of NooneAtAll3

[Microbenchmarks](https://stackoverflow.com/questions/59413614/cycle-a-rust-iterator-a-given-number-of-times) say dedicated function will get optimized better. And, personally, I would prefer being able to do this with only dot-chaining

my concern is 1)the unevenness and 2)non-return to the same state why 2s in the example have different behaviour despite being themselves the same and getting applied the same actions?...

I think I checked all the files, but probably run the test first

> For what are you planning to use string_view? Mostly to cpp-fy global constant cstrings as part of a cleaning pass There're plenty of places where strcmp, strlen and copying...

> `strncmp(Data->P[j].Pool[i].Name, "ALDRIN", 6)` is tough to beat when it comes to that. if `Name` is changed to string or string_view, then `if (strncmp(Data->P[j].Pool[i].Name, "ALDRIN", 6) == 0)` becomes `if...

ouch, .starts_with() is ++20 so probably not DrawViewstandNews()

> If someone needs it, it probably can/should be reworked via #pragma pack(push, 1) #pragma pack(pop) and that already was done in legacy.h

> want an invitation to join the team? on one hand, I want to prove to myself that I can do something - so give me couple days to do...

Ctrl+Z causes the error even if I've made a change (so it's not because there is no state beforehand to rollback to)