Hi I have program that I am writing and as part of the program it stores data in a redblack tree. THe program monitors an input from a serial input that updates every second. If the program has stored 1000000 values each new input will take 16 comparisons. My question is, is there any danger that this insert time going to intefere with my serial listener? and what kind of time should 16 comparisons take?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|