)]}'
{
  "commit": "3fe8064c9559f4cf40e1ebd31b196bbf4feccdf3",
  "tree": "022c72096d109d78550a700bc0e3e7c805959d8f",
  "parents": [
    "aca07904ae0caca3b84ca66b6136e2266712f4ec"
  ],
  "author": {
    "name": "birenroy",
    "email": "birenroy@google.com",
    "time": "Wed Sep 23 07:21:22 2026 -0700"
  },
  "committer": {
    "name": "Copybara-Service",
    "email": "copybara-worker@google.com",
    "time": "Wed Sep 23 07:22:13 2026 -0700"
  },
  "message": "Adds an `AbidingObjectPool` utility in `quiche/common`.\n\n`AbidingObjectPool` is a cache-friendly, thread-local slab object pool\nthat allocates contiguous spans of memory (slabs) and uses an intrusive\nfree-list within unallocated slots for O(1) object reuse.\n\nA design doc discussing the architectural decisions is included, as well\nas microbenchmarks. From a sample run of the microbenchmarks, here are\nsome observations:\n\n1. Throughput Parity in Steady-State\n   * In typical allocation-free cycles, `AbidingObjectPool` operates within **1–3ns** of TCMalloc\u0027s highly-optimized thread cache.\n2. Superior Compaction \u0026 Batch Deallocation\n   * During load surges and drains, `AbidingObjectPool` outperforms TCMalloc by \u003e25% while providing complete physical memory reclamation down to the 1-slab spare cache.\n3. Zero Heap Fragmentation\n   * `AbidingObjectPool` completely isolates allocations into homogeneous power-of-two aligned slabs, eliminating the primary driver of TCMalloc Central Cache Freelist (CFL) span retention and cross-object fragmentation.\n\nProtected by new code, not yet used.\n\nPiperOrigin-RevId: 986738969\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "4ddf6e3b7659d245cdad93b31c49d6a61e269d69",
      "old_mode": 33188,
      "old_path": "build/source_list.bzl",
      "new_id": "5a391417bb3523d75ffaf80fb8f8df9586bad8d1",
      "new_mode": 33188,
      "new_path": "build/source_list.bzl"
    },
    {
      "type": "modify",
      "old_id": "ab2801d2416156b3c00efaad7894dc6e7d871ab0",
      "old_mode": 33188,
      "old_path": "build/source_list.gni",
      "new_id": "db07e973b1141f5b4da06fb00c2298771102ab2f",
      "new_mode": 33188,
      "new_path": "build/source_list.gni"
    },
    {
      "type": "modify",
      "old_id": "7404e7af89e3a4fc31c3f2e4409a0a77358f8365",
      "old_mode": 33188,
      "old_path": "build/source_list.json",
      "new_id": "f9e60cfc008f5896bee78b87df9a6d3e4d394fa1",
      "new_mode": 33188,
      "new_path": "build/source_list.json"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "cc4ef5fddb312a52dcbe2cd6f970e1fa72a1382d",
      "new_mode": 33188,
      "new_path": "quiche/common/abiding_object_pool.h"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "022bc9e90f207397f619dc90b8a78ec107f873d6",
      "new_mode": 33188,
      "new_path": "quiche/common/abiding_object_pool_test.cc"
    }
  ]
}
