summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/rbtreeprepend.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* score: Add red-black tree append/prependSebastian Huber2021-11-231-0/+58
These functions are a faster alternative to _RBTree_Insert_inline() if it is known that the new node is the maximum/minimum node. Update #4531.