RB Tree update
We’ve been spending some time creating a generic RB tree routine for use within MSB for Global variables, Memory files, and likely a number of other items as time goes by. During the coding we were using the general BSD tree.h module as a prototype (with appropriate copyright credit), however we did notice what appears to be a performance issue in the generally released RB tree logic.
We have contacted the original author and will be trying our performance enhancement in the MSB release. It should give us one of the best RB tree implementations in terms of performance.
