Cluster mempool tracking issue #30289

issue sipa openend this issue on June 14, 2024
  1. sipa commented at 1:21 pm on June 14, 2024: member

    What to review next:


    High-level structure:

     0graph BT;
     1
     2vecdeque["VecDeque"];
     3feefrac["FeeFrac"];
     4bitset["BitSet<N>"];
     5depgraph["DepGraph"];
     6txgraph["TxGraph"];
     7changeset["Mempool changesets"];
     8clm["Cluster mempool"];
     9
    10depgraph --> feefrac;
    11depgraph --> bitset;
    12depgraph --> vecdeque;
    13txgraph --> depgraph;
    14clm --> txgraph;
    15clm --> changeset;
    

    Plan:

  2. glozow referenced this in commit 37bd70a225 on Jul 26, 2024
  3. glozow referenced this in commit bba01ba18d on Aug 5, 2024
  4. glozow referenced this in commit c38e9993de on Sep 16, 2024
  5. glozow referenced this in commit 489e5aa3a2 on Oct 10, 2024


sipa


github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2024-11-23 09:12 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me