Skip to content
  • David Lawrence's avatar
    rbtnode struct adapted with more bitfields to represent color, · f036af2c
    David Lawrence authored
    name attributes, name length, offset length, and number of bytes
    of "padding" that are left over when a node is split.
    
    adjusted node splitting algorithm to preserve the original location
    of the lower portion of the split node (eg, when a node has "a.b" as
    its name and is split into "a" and "b", "a" retains the same address
    space as "a.b".)
    f036af2c