Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question
The answer would depend very much on your hardware configuration and software implementaton, and I don't expect that anyone could give you a definitive answer even if you specified both closely, unless they happened to have an identical configuration and had tested these things. Unfortunately, I think this is something that you'll have to test yourself on your own equipment. – Simon Feb 3 at 20:17

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.