so i'm thinking the big remaining bit to make an algorithm here that i like

is to implement moving parts into balanced/full trees, away from recent writes.

maybe i'll just accumulate little bits around that.

can use chunk structure:

class Chunk:
    start, end, data, height, leaf_count, age
    def __len__(
    def is_leaf(
    def is_full(

new basic concept for add() function: retain areas separate from
writes, that are shrunk or grown to maximum depth using full trees
only

goal: write that part of an add() function
  • [spam][crazy][ot] log: #3 w... Undiscussed Horrific Abuse, One Victim of Many
    • Re: [spam][crazy][ot] ... Undiscussed Horrific Abuse, One Victim of Many
      • Re: [spam][crazy][... Undiscussed Horrific Abuse, One Victim of Many
        • Re: [spam][cra... Undiscussed Horrific Abuse, One Victim of Many
          • Re: [spam]... Undiscussed Horrific Abuse, One Victim of Many
            • Re: [... Undiscussed Horrific Abuse, One Victim of Many
              • R... Undiscussed Horrific Abuse, One Victim of Many
                • ... Undiscussed Horrific Abuse, One Victim of Many
                • ... Undiscussed Horrific Abuse, One Victim of Many
                • ... Undiscussed Horrific Abuse, One Victim of Many

Reply via email to