Posts: 723
Threads: 366
Joined: Jun 2016
Hi,
I'am doing cikle taking for <150000, every 150-200 ms. It's bad?
Posts: 1,939
Threads: 11
Joined: Oct 2015
Reputation:
0
what you mean by cikle? you mean cycle?
Posts: 723
Threads: 366
Joined: Jun 2016
Posts: 524
Threads: 10
Joined: Feb 2012
Reputation:
0
depends on what you do in said loop.
Don't see a problem with doing something like that as long as it's not sometihng really extensive.
yes, really depends on what you do inside that loop
Posts: 3,085
Threads: 37
Joined: Nov 2012
Reputation:
0
Why would you possibly need to cycle through 150,000 indexes 5 times a second? Then again, you are a special case...
Posts: 723
Threads: 366
Joined: Jun 2016
There is labels update, some variables checks, variable[ xx ] ++, simple actions
Posts: 3,085
Threads: 37
Joined: Nov 2012
Reputation:
0
Then yes. You are doing it wrong...
Posts: 1,208
Threads: 36
Joined: Apr 2015
Posts: 694
Threads: 2
Joined: Oct 2012
Reputation:
0
Yes, that is terrible coding exercise.