Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-05-29 | A small rbtree delete fixup optimization. | Igor Sysoev | 1 | -2/+2 | |
Setting node color to black is not required here because it is already black. Besides in the original algorithm the node pointer is discarded and the node is set to tree root just to quit the loop. Thanks to 洪志道 (Hong Zhi Dao). | |||||
2017-05-26 | A small rbtree insert fixup optimization. | Igor Sysoev | 1 | -4/+9 | |
Thanks to 洪志道 (Hong Zhi Dao). | |||||
2017-03-14 | Importing memory cache pool changes from nJScript. | Igor Sysoev | 1 | -0/+34 | |
2017-01-30 | Importing rbtree changes from nJScript. | Igor Sysoev | 1 | -47/+26 | |
2017-01-17 | Initial version. | Igor Sysoev | 1 | -0/+515 | |