Page 1 of 1

UserData read memory wear....?

Posted: Sun Nov 29, 2020 1:02 am
by SamMarrocco
Should I be concerned about reading certain memory locations too often, such as a fast, long running loop that continuously checks a userdata memory location such as

for(;;)
{
MyVariable = *(float *) &persist.UserData[12];
//Some other magic happens here....
}

...causing premature failure of memory locations?

Re: UserData read memory wear....?

Posted: Sun Nov 29, 2020 3:03 pm
by TomKerekes
No