{
  "date": "2026-09-22",
  "kind": "Exploratory Web port, architecture review and native performance measurements",
  "status": "Partial browser proof; full browser provider packaging and deployment remain unfinished.",
  "scope": {
    "repositories": [
      "https://github.com/tetrodotoxin-dev/Tetrodotoxin",
      "https://github.com/tetrodotoxin-dev/Godot"
    ],
    "ttx_base_revision": "046c4a3d450a5b7c59f7e9e90166db0dc3c25e59",
    "godot_base_revision": "f0d7e1817ebefb6f46b9c17b3aef34765dca385e",
    "working_state": "Measurements include working-tree changes under review; the base revisions alone do not reproduce the tested sources.",
    "agent_context": "The Web work used the ongoing conversation and human design review. It is not a fresh-context control or a comparison of models.",
    "separate_migration_exercise": "/experiments/convolution-contract.json"
  },
  "file_availability": {
    "initial_change": "The build excluded the native File implementation for Wasm.",
    "correction": "Keep the complete System source inventory. File returns its existing empty Option or False results where it cannot provide native filesystem guarantees.",
    "verification": "Native File tests: 42/42. Native consumer and actual Wasm consumer pass. The latter creates real files through the host C runtime, then confirms File declines operations without changing those files.",
    "limit": "A Root cannot be acquired on the unavailable path, so its member operations cannot be reached through a valid runtime Root there."
  },
  "import_alias": {
    "reproduction": "A new configured alias for the existing CPU module worked through TtxSampler and passed the image inspector, but TtxImage attempted a synthesized lib<alias>_provider.so filename and failed.",
    "correction": "Image acquisition uses the existing import service and retains the acquired module with its image provider.",
    "verification": "Configured alias succeeds; missing aliases and failed loads report failure. A derived image remains readable after removing the alias configuration and releasing its source Resource.",
    "test_source": "https://github.com/tetrodotoxin-dev/Godot/blob/main/tests/scene/check.gd"
  },
  "abi_wrapper_cleanup": {
    "description": "Removed the separate Data Abi wrapper and passed pointer width through the existing Schema, Compiler and Representation owners. Calling convention remains per callable.",
    "production_lines": {
      "before": 2736,
      "after": 2656,
      "difference": -80,
      "measurement": "Physical lines including comments and whitespace in the affected production files. Test lines and unrelated repository files are excluded."
    },
    "compiler_object_text_bytes": {
      "candidate": 46401,
      "rejected_whole_class_specialization": 87060,
      "final_shared_compiler": 46010
    },
    "object_measurement": "clang++ -std=c++2c -O3 -march=native -DPERI_LINUX -DPERI_RELEASE -fno-exceptions -I<snapshot> -c ttx/data/form/compiler.cpp; size object",
    "decision": "Rejected whole-compiler specialization because it increased compiled size with little performance benefit. Compiled<schema, width> instead passes a constant width through the shared constexpr compiler."
  },
  "native_performance": {
    "method": "Nine rotated groups of pre-pointer baseline, approved scratch candidate, and final binaries. Same O3 native Clang flags, ThinLTO consumer, separate non-LTO provider, fixed frozen Perimortem headers/runtime archives, CPU affinity and checked outputs from the existing probe.",
    "variant_names": {
      "before": "Pre-pointer-extension baseline",
      "candidate": "Reviewed port immediately before wrapper removal",
      "width": "Shared pointer-width implementation after wrapper removal"
    },
    "units": "Nanoseconds per operation; each median is over nine samples of that variant.",
    "compiler_flags": [
      "-std=c++2c",
      "-O3",
      "-march=native",
      "-DPERI_LINUX",
      "-DPERI_RELEASE",
      "-fno-exceptions",
      "-ffunction-sections",
      "-fdata-sections",
      "ThinLTO consumer; separate provider translation unit without LTO"
    ],
    "rows": [
      {
        "shape": "u32",
        "operation": "compare_shared",
        "median_ns": {
          "before": 0.957702,
          "candidate": 0.952374,
          "width": 0.965537
        },
        "delta_baseline_percent": 0.8181041701907255,
        "delta_candidate_percent": 1.382125089513142,
        "samples": {
          "before": [
            0.960437,
            0.977867,
            0.950671,
            0.99539,
            0.948529,
            0.966346,
            0.957702,
            0.952624,
            0.955627
          ],
          "candidate": [
            0.952374,
            0.955633,
            0.947921,
            0.961864,
            0.951224,
            0.949084,
            0.962371,
            0.961274,
            0.936581
          ],
          "width": [
            0.945741,
            0.965334,
            0.964447,
            0.975154,
            0.990268,
            0.945627,
            0.968511,
            0.965537,
            0.97148
          ]
        }
      },
      {
        "shape": "u32",
        "operation": "compare_distinct",
        "median_ns": {
          "before": 2.157138,
          "candidate": 2.148739,
          "width": 2.140582
        },
        "delta_baseline_percent": -0.7674984168838495,
        "delta_candidate_percent": -0.37961799920789296,
        "samples": {
          "before": [
            2.168825,
            2.127591,
            2.188618,
            2.166708,
            2.163706,
            2.145282,
            2.157138,
            2.135473,
            2.138408
          ],
          "candidate": [
            2.203289,
            2.125228,
            2.183559,
            2.12791,
            2.172829,
            2.148739,
            2.130809,
            2.143349,
            2.176548
          ],
          "width": [
            2.150138,
            2.125196,
            2.1309,
            2.186293,
            2.140582,
            2.138343,
            2.147278,
            2.197528,
            2.130652
          ]
        }
      },
      {
        "shape": "u32",
        "operation": "geometry",
        "median_ns": {
          "before": 1.786088,
          "candidate": 2.442301,
          "width": 2.440438
        },
        "delta_baseline_percent": 36.63593283197692,
        "delta_candidate_percent": -0.07628052398128693,
        "samples": {
          "before": [
            1.777789,
            1.796052,
            1.775164,
            1.786279,
            1.829328,
            1.77938,
            1.804662,
            1.771038,
            1.786088
          ],
          "candidate": [
            2.388028,
            2.478955,
            2.429255,
            2.475537,
            2.424727,
            2.445771,
            2.442301,
            2.430238,
            2.446201
          ],
          "width": [
            2.488929,
            2.491626,
            2.424711,
            2.446383,
            2.440438,
            2.415773,
            2.424677,
            2.432084,
            2.490583
          ]
        }
      },
      {
        "shape": "u32",
        "operation": "next_last",
        "median_ns": {
          "before": 11.640209,
          "candidate": 11.701284,
          "width": 11.793779
        },
        "delta_baseline_percent": 1.3193062083335372,
        "delta_candidate_percent": 0.7904688066711518,
        "samples": {
          "before": [
            11.655444,
            11.582089,
            11.539443,
            11.640209,
            11.608424,
            11.640289,
            11.546205,
            11.701119,
            11.733191
          ],
          "candidate": [
            11.916978,
            11.641137,
            11.701284,
            11.622186,
            11.66277,
            11.872405,
            12.067935,
            11.804317,
            11.648415
          ],
          "width": [
            11.779784,
            11.887526,
            11.911781,
            11.703396,
            11.793779,
            11.838833,
            11.874632,
            11.655941,
            11.772229
          ]
        }
      },
      {
        "shape": "u32",
        "operation": "select_two",
        "median_ns": {
          "before": 11.584149,
          "candidate": 12.974986,
          "width": 13.134903
        },
        "delta_baseline_percent": 13.386861650346527,
        "delta_candidate_percent": 1.2325022932587304,
        "samples": {
          "before": [
            11.749479,
            11.664427,
            11.633927,
            11.544178,
            11.454071,
            11.606438,
            11.584149,
            11.52281,
            11.4188
          ],
          "candidate": [
            13.046362,
            12.974181,
            12.974388,
            12.921213,
            13.200671,
            12.919609,
            12.99844,
            13.070426,
            12.974986
          ],
          "width": [
            13.053104,
            13.04113,
            13.044348,
            13.354363,
            13.277043,
            13.134903,
            13.155716,
            13.238334,
            13.092737
          ]
        }
      },
      {
        "shape": "u32",
        "operation": "compile_write",
        "median_ns": {
          "before": 67.033409,
          "candidate": 70.050023,
          "width": 69.57622
        },
        "delta_baseline_percent": 3.7933487762795925,
        "delta_candidate_percent": -0.6763780791335217,
        "samples": {
          "before": [
            73.307052,
            65.134419,
            67.433162,
            65.633432,
            67.033409,
            74.261335,
            65.922412,
            65.160613,
            73.85786
          ],
          "candidate": [
            70.050023,
            69.945699,
            72.425179,
            69.961079,
            70.389328,
            70.136608,
            68.974732,
            69.661724,
            81.046485
          ],
          "width": [
            68.198833,
            70.317757,
            67.722607,
            68.078153,
            67.982519,
            69.57622,
            76.79826,
            69.579771,
            77.441791
          ]
        }
      },
      {
        "shape": "u32",
        "operation": "visit_all",
        "median_ns": {
          "before": 9.957489,
          "candidate": 11.426872,
          "width": 11.583908
        },
        "delta_baseline_percent": 16.333625876965563,
        "delta_candidate_percent": 1.3742693538529194,
        "samples": {
          "before": [
            9.90925,
            10.01224,
            9.957489,
            9.904532,
            9.897034,
            9.873703,
            10.00312,
            9.962929,
            10.132097
          ],
          "candidate": [
            11.539126,
            11.547832,
            11.321122,
            11.523074,
            11.36349,
            11.518237,
            11.268561,
            11.426872,
            11.377578
          ],
          "width": [
            11.849853,
            11.520672,
            11.739804,
            11.471247,
            11.583908,
            11.559224,
            11.747881,
            11.465244,
            11.852857
          ]
        }
      },
      {
        "shape": "u32",
        "operation": "copy_direct",
        "median_ns": {
          "before": 5.044634,
          "candidate": 5.042897,
          "width": 4.588501
        },
        "delta_baseline_percent": -9.041944370989064,
        "delta_candidate_percent": -9.010614335371114,
        "samples": {
          "before": [
            5.112421,
            5.070253,
            5.299886,
            5.100782,
            4.986571,
            4.621894,
            5.044634,
            4.587783,
            5.004506
          ],
          "candidate": [
            5.039057,
            4.799397,
            5.018421,
            5.042897,
            5.317625,
            5.256614,
            5.170279,
            5.11485,
            5.025197
          ],
          "width": [
            4.819719,
            4.587519,
            4.896501,
            4.771547,
            4.55614,
            4.588501,
            4.487838,
            4.528669,
            4.788748
          ]
        }
      },
      {
        "shape": "u32",
        "operation": "copy_fragment",
        "median_ns": {
          "before": 16.380454,
          "candidate": 19.290193,
          "width": 18.966517
        },
        "delta_baseline_percent": 15.787492825290439,
        "delta_candidate_percent": -1.6779303348597896,
        "samples": {
          "before": [
            16.59927,
            16.233037,
            16.380454,
            16.277537,
            16.418595,
            16.338618,
            16.60394,
            16.416536,
            16.342451
          ],
          "candidate": [
            19.450858,
            19.290193,
            19.571087,
            19.354978,
            19.104441,
            18.826027,
            18.962965,
            18.91392,
            19.304726
          ],
          "width": [
            18.87975,
            19.062033,
            18.744107,
            19.013937,
            19.059793,
            18.883295,
            18.792806,
            19.224744,
            18.966517
          ]
        }
      },
      {
        "shape": "pointer",
        "operation": "compare_shared",
        "median_ns": {
          "before": 0.956556,
          "candidate": 0.956564,
          "width": 0.966863
        },
        "delta_baseline_percent": 1.0775114055005641,
        "delta_candidate_percent": 1.0766660672992145,
        "samples": {
          "before": [
            0.955251,
            0.956556,
            0.951852,
            0.951034,
            0.960224,
            0.960486,
            0.968661,
            0.954241,
            0.973027
          ],
          "candidate": [
            0.951791,
            0.962061,
            0.955936,
            0.967659,
            0.953486,
            0.967906,
            0.956564,
            0.949269,
            0.964869
          ],
          "width": [
            0.966863,
            0.979949,
            0.962216,
            0.962799,
            0.962721,
            0.965886,
            0.972902,
            0.974046,
            0.983389
          ]
        }
      },
      {
        "shape": "pointer",
        "operation": "compare_distinct",
        "median_ns": {
          "before": 2.14874,
          "candidate": 2.135733,
          "width": 2.178515
        },
        "delta_baseline_percent": 1.3856958031218225,
        "delta_candidate_percent": 2.0031530158498123,
        "samples": {
          "before": [
            2.14874,
            2.14877,
            2.144275,
            2.181957,
            2.141492,
            2.145377,
            2.128843,
            2.167056,
            2.158017
          ],
          "candidate": [
            2.140569,
            2.14142,
            2.135015,
            2.13113,
            2.128599,
            2.160778,
            2.135733,
            2.198132,
            2.131961
          ],
          "width": [
            2.178515,
            2.123608,
            2.199531,
            2.150769,
            2.185371,
            2.185946,
            2.184505,
            2.146971,
            2.149772
          ]
        }
      },
      {
        "shape": "pointer",
        "operation": "geometry",
        "median_ns": {
          "before": 1.805413,
          "candidate": 2.429757,
          "width": 2.427739
        },
        "delta_baseline_percent": 34.470007693530505,
        "delta_candidate_percent": -0.08305357284700277,
        "samples": {
          "before": [
            1.785366,
            1.860097,
            1.817958,
            1.799285,
            1.79548,
            1.824803,
            1.818454,
            1.805413,
            1.802848
          ],
          "candidate": [
            2.429757,
            2.407039,
            2.452294,
            2.43311,
            2.479408,
            2.399361,
            2.477862,
            2.415156,
            2.397575
          ],
          "width": [
            2.405237,
            2.415867,
            2.446674,
            2.484577,
            2.416784,
            2.470978,
            2.383953,
            2.444673,
            2.427739
          ]
        }
      },
      {
        "shape": "pointer",
        "operation": "next_last",
        "median_ns": {
          "before": 11.457406,
          "candidate": 11.676257,
          "width": 11.566993
        },
        "delta_baseline_percent": 0.9564730445966507,
        "delta_candidate_percent": -0.9357793340794007,
        "samples": {
          "before": [
            11.679726,
            11.437751,
            11.453592,
            11.457406,
            11.596908,
            11.438307,
            11.646806,
            11.432172,
            11.61093
          ],
          "candidate": [
            11.870014,
            11.819969,
            11.641353,
            11.676257,
            11.632809,
            11.72766,
            11.537482,
            11.579106,
            11.921329
          ],
          "width": [
            11.449236,
            11.796921,
            11.465287,
            11.472374,
            11.565658,
            11.566993,
            11.59783,
            11.803188,
            11.588429
          ]
        }
      },
      {
        "shape": "pointer",
        "operation": "select_two",
        "median_ns": {
          "before": 11.617025,
          "candidate": 12.451542,
          "width": 12.299213
        },
        "delta_baseline_percent": 5.872312403562874,
        "delta_candidate_percent": -1.2233745828428289,
        "samples": {
          "before": [
            11.489594,
            11.551112,
            11.484098,
            11.662141,
            11.623262,
            11.620451,
            11.320011,
            11.811171,
            11.617025
          ],
          "candidate": [
            12.414177,
            12.372243,
            12.474782,
            12.467604,
            12.428012,
            12.451542,
            12.502353,
            12.566843,
            12.442346
          ],
          "width": [
            12.442417,
            12.297881,
            12.458003,
            12.299213,
            12.621421,
            12.265156,
            12.194395,
            12.254322,
            12.488705
          ]
        }
      },
      {
        "shape": "pointer",
        "operation": "compile_write",
        "median_ns": {
          "before": 60.842548,
          "candidate": 63.698771,
          "width": 62.956053
        },
        "delta_baseline_percent": 3.4737286150474667,
        "delta_candidate_percent": -1.165984819393151,
        "samples": {
          "before": [
            62.772594,
            60.842548,
            62.815823,
            59.751128,
            59.890465,
            63.135856,
            59.970457,
            60.39742,
            62.490059
          ],
          "candidate": [
            64.279707,
            62.750498,
            68.494675,
            62.275001,
            64.171423,
            63.01222,
            63.695911,
            63.698771,
            63.803995
          ],
          "width": [
            62.355727,
            63.652558,
            62.104681,
            62.956053,
            62.64505,
            63.808314,
            65.503116,
            62.565035,
            63.631363
          ]
        }
      },
      {
        "shape": "pointer",
        "operation": "visit_all",
        "median_ns": {
          "before": 9.945861,
          "candidate": 11.635932,
          "width": 11.404812
        },
        "delta_baseline_percent": 14.668926099007408,
        "delta_candidate_percent": -1.98626117787557,
        "samples": {
          "before": [
            10.072614,
            10.066012,
            9.911164,
            9.909479,
            10.039722,
            9.945861,
            9.966589,
            9.875695,
            9.917478
          ],
          "candidate": [
            11.599662,
            11.670014,
            11.846845,
            11.690483,
            11.644265,
            11.608956,
            11.50981,
            11.418144,
            11.635932
          ],
          "width": [
            11.336399,
            11.476371,
            11.472431,
            11.430834,
            11.357748,
            11.404812,
            11.350448,
            11.648366,
            11.394847
          ]
        }
      },
      {
        "shape": "pointer",
        "operation": "copy_direct",
        "median_ns": {
          "before": 4.810193,
          "candidate": 4.807659,
          "width": 4.827687
        },
        "delta_baseline_percent": 0.36368603089314,
        "delta_candidate_percent": 0.41658528610286627,
        "samples": {
          "before": [
            4.758684,
            4.782898,
            4.77238,
            4.850417,
            4.777066,
            4.962108,
            4.810193,
            5.111099,
            4.841576
          ],
          "candidate": [
            4.788306,
            4.780034,
            4.738713,
            4.807659,
            4.962888,
            5.143243,
            4.770946,
            4.885454,
            4.884011
          ],
          "width": [
            4.671173,
            5.081006,
            4.595338,
            4.653373,
            4.932015,
            4.827687,
            4.874539,
            4.840169,
            4.702612
          ]
        }
      },
      {
        "shape": "pointer",
        "operation": "copy_fragment",
        "median_ns": {
          "before": 16.26242,
          "candidate": 18.744603,
          "width": 18.509815
        },
        "delta_baseline_percent": 13.81956068039074,
        "delta_candidate_percent": -1.2525632044594448,
        "samples": {
          "before": [
            16.26242,
            16.157735,
            16.404036,
            16.280858,
            16.083106,
            16.421905,
            16.235556,
            16.203265,
            16.278992
          ],
          "candidate": [
            18.826855,
            18.688558,
            18.744603,
            18.883446,
            18.729907,
            18.574047,
            18.999331,
            18.797048,
            18.68831
          ],
          "width": [
            18.33046,
            18.322847,
            18.759796,
            18.656146,
            18.827561,
            18.509815,
            18.491895,
            18.515691,
            18.289812
          ]
        }
      },
      {
        "shape": "range_1024",
        "operation": "compare_shared",
        "median_ns": {
          "before": 0.956129,
          "candidate": 0.959546,
          "width": 0.963231
        },
        "delta_baseline_percent": 0.7427867996891546,
        "delta_candidate_percent": 0.38403578358932045,
        "samples": {
          "before": [
            0.949839,
            0.967819,
            0.950899,
            0.947981,
            0.956129,
            0.958961,
            0.959266,
            0.962424,
            0.93799
          ],
          "candidate": [
            0.976436,
            0.969394,
            0.97861,
            0.951932,
            0.980369,
            0.954203,
            0.959546,
            0.953736,
            0.950611
          ],
          "width": [
            0.958221,
            0.959551,
            0.959216,
            0.982044,
            0.965331,
            0.987559,
            0.973201,
            0.956306,
            0.963231
          ]
        }
      },
      {
        "shape": "range_1024",
        "operation": "compare_distinct",
        "median_ns": {
          "before": 2.159435,
          "candidate": 2.14706,
          "width": 2.138485
        },
        "delta_baseline_percent": -0.9701611764188378,
        "delta_candidate_percent": -0.39938334280364973,
        "samples": {
          "before": [
            2.183123,
            2.151759,
            2.153399,
            2.181395,
            2.185376,
            2.1497,
            2.191359,
            2.159435,
            2.14275
          ],
          "candidate": [
            2.132619,
            2.170847,
            2.143188,
            2.172807,
            2.134465,
            2.178412,
            2.14706,
            2.142002,
            2.189217
          ],
          "width": [
            2.186227,
            2.187582,
            2.130593,
            2.123337,
            2.138485,
            2.134228,
            2.145923,
            2.182757,
            2.13782
          ]
        }
      },
      {
        "shape": "range_1024",
        "operation": "geometry",
        "median_ns": {
          "before": 1.788347,
          "candidate": 2.422384,
          "width": 2.437571
        },
        "delta_baseline_percent": 36.303021729004506,
        "delta_candidate_percent": 0.6269443655506413,
        "samples": {
          "before": [
            1.787835,
            1.788347,
            1.832417,
            1.777549,
            1.80351,
            1.762436,
            1.773054,
            1.805312,
            1.839593
          ],
          "candidate": [
            2.408447,
            2.419074,
            2.422384,
            2.411211,
            2.400382,
            2.461669,
            2.423193,
            2.471894,
            2.4567
          ],
          "width": [
            2.424841,
            2.420548,
            2.416798,
            2.437571,
            2.473596,
            2.469234,
            2.425463,
            2.469451,
            2.463406
          ]
        }
      },
      {
        "shape": "range_1024",
        "operation": "next_last",
        "median_ns": {
          "before": 11.236763,
          "candidate": 11.668574,
          "width": 11.514585
        },
        "delta_baseline_percent": 2.4724380143996916,
        "delta_candidate_percent": -1.3196899638293402,
        "samples": {
          "before": [
            11.354653,
            11.208984,
            11.16894,
            11.236763,
            11.182418,
            11.378122,
            11.209745,
            11.238241,
            11.464754
          ],
          "candidate": [
            12.013349,
            11.668574,
            11.764882,
            11.632841,
            11.813913,
            11.59023,
            11.82019,
            11.56226,
            11.632358
          ],
          "width": [
            11.450623,
            11.590185,
            11.680696,
            11.497127,
            11.514585,
            11.636786,
            11.761602,
            11.42198,
            11.513298
          ]
        }
      },
      {
        "shape": "range_1024",
        "operation": "select_two",
        "median_ns": {
          "before": 13.820516,
          "candidate": 15.092284,
          "width": 15.03418
        },
        "delta_baseline_percent": 8.781611337811125,
        "delta_candidate_percent": -0.3849914300579016,
        "samples": {
          "before": [
            13.772287,
            14.024556,
            13.51945,
            13.919981,
            13.820516,
            13.655121,
            13.908846,
            13.899646,
            13.48503
          ],
          "candidate": [
            15.082579,
            15.319344,
            15.092284,
            15.339237,
            15.129171,
            14.945236,
            14.962119,
            15.002455,
            15.227176
          ],
          "width": [
            15.302674,
            15.052537,
            15.001161,
            15.039608,
            14.968936,
            15.170552,
            14.916958,
            15.03418,
            15.027764
          ]
        }
      },
      {
        "shape": "range_1024",
        "operation": "compile_write",
        "median_ns": {
          "before": 74.725907,
          "candidate": 76.031905,
          "width": 75.624007
        },
        "delta_baseline_percent": 1.2018589483296704,
        "delta_candidate_percent": -0.5364826778968546,
        "samples": {
          "before": [
            81.655697,
            73.06111,
            74.391091,
            74.198099,
            74.725907,
            82.679973,
            74.130053,
            74.748471,
            81.777212
          ],
          "candidate": [
            76.031905,
            74.367205,
            76.308549,
            74.380379,
            75.498219,
            76.206043,
            74.8841,
            76.752508,
            86.331452
          ],
          "width": [
            75.247634,
            74.790613,
            74.526223,
            75.405873,
            76.287769,
            75.624007,
            83.962191,
            77.143008,
            82.92597
          ]
        }
      },
      {
        "shape": "range_1024",
        "operation": "visit_all",
        "median_ns": {
          "before": 998.253545,
          "candidate": 510.952585,
          "width": 511.470145
        },
        "delta_baseline_percent": -48.76350326409309,
        "delta_candidate_percent": 0.10129315619373802,
        "samples": {
          "before": [
            998.253545,
            997.928782,
            997.669274,
            991.610105,
            1000.786127,
            999.693842,
            1007.730016,
            988.975098,
            1016.471524
          ],
          "candidate": [
            516.628334,
            503.128871,
            513.267429,
            509.272424,
            501.116528,
            503.907776,
            510.952585,
            572.443467,
            514.426583
          ],
          "width": [
            503.161527,
            509.483433,
            524.143923,
            514.021431,
            511.470145,
            510.152636,
            506.326908,
            532.26933,
            514.914063
          ]
        }
      },
      {
        "shape": "range_1024",
        "operation": "copy_direct",
        "median_ns": {
          "before": 26.157605,
          "candidate": 27.612258,
          "width": 27.617307
        },
        "delta_baseline_percent": 5.58041150938704,
        "delta_candidate_percent": 0.0182853571772279,
        "samples": {
          "before": [
            26.449518,
            25.825648,
            25.500765,
            26.157605,
            28.773175,
            26.715993,
            25.812051,
            26.82529,
            25.871132
          ],
          "candidate": [
            28.640186,
            29.300181,
            27.514012,
            29.269706,
            30.612691,
            27.145969,
            27.338014,
            26.990576,
            27.612258
          ],
          "width": [
            27.402461,
            27.636534,
            27.011702,
            27.86864,
            28.672641,
            27.620953,
            27.617307,
            26.95452,
            27.223682
          ]
        }
      },
      {
        "shape": "range_1024",
        "operation": "copy_fragment",
        "median_ns": {
          "before": 2334.413643,
          "candidate": 1785.641081,
          "width": 1991.482799
        },
        "delta_baseline_percent": -14.69023474174409,
        "delta_candidate_percent": 11.527608778171938,
        "samples": {
          "before": [
            2374.077455,
            2298.311864,
            2427.791436,
            2304.792093,
            2349.570994,
            2266.929341,
            2334.413643,
            2347.188908,
            2277.852981
          ],
          "candidate": [
            1772.625269,
            1785.641081,
            1794.784649,
            1798.929996,
            1770.295636,
            1781.714799,
            1777.288117,
            1826.723146,
            1793.129344
          ],
          "width": [
            2015.250594,
            1978.698705,
            1991.482799,
            1984.507445,
            1986.18885,
            1990.029447,
            2001.773533,
            2036.487451,
            1998.711905
          ]
        }
      },
      {
        "shape": "range_billion",
        "operation": "compare_shared",
        "median_ns": {
          "before": 0.952064,
          "candidate": 0.951371,
          "width": 0.969301
        },
        "delta_baseline_percent": 1.81048753025006,
        "delta_candidate_percent": 1.8846485755819709,
        "samples": {
          "before": [
            0.948754,
            0.950419,
            0.952064,
            0.952594,
            0.952914,
            0.955864,
            0.949276,
            0.948894,
            0.968924
          ],
          "candidate": [
            0.949631,
            0.945674,
            0.944811,
            0.956119,
            0.951371,
            0.968979,
            0.974649,
            0.961049,
            0.947699
          ],
          "width": [
            0.956091,
            0.961981,
            0.969301,
            0.978206,
            0.984144,
            0.970811,
            0.957286,
            0.960966,
            0.973364
          ]
        }
      },
      {
        "shape": "range_billion",
        "operation": "compare_distinct",
        "median_ns": {
          "before": 2.14966,
          "candidate": 2.160402,
          "width": 2.153674
        },
        "delta_baseline_percent": 0.1867272033716949,
        "delta_candidate_percent": -0.3114235221037487,
        "samples": {
          "before": [
            2.199351,
            2.144529,
            2.14717,
            2.135655,
            2.160557,
            2.173311,
            2.14966,
            2.14874,
            2.168489
          ],
          "candidate": [
            2.187697,
            2.170643,
            2.1665,
            2.151454,
            2.169725,
            2.141448,
            2.160402,
            2.140557,
            2.160037
          ],
          "width": [
            2.139818,
            2.182573,
            2.159065,
            2.163371,
            2.149906,
            2.14867,
            2.165745,
            2.152122,
            2.153674
          ]
        }
      },
      {
        "shape": "range_billion",
        "operation": "geometry",
        "median_ns": {
          "before": 1.939656,
          "candidate": 2.530922,
          "width": 2.526346
        },
        "delta_baseline_percent": 30.247115983452733,
        "delta_candidate_percent": -0.18080367549848653,
        "samples": {
          "before": [
            1.931133,
            1.954325,
            1.936127,
            1.972265,
            1.987952,
            1.909558,
            1.949136,
            1.939656,
            1.927951
          ],
          "candidate": [
            2.504641,
            2.550879,
            2.530922,
            2.544326,
            2.535446,
            2.52946,
            2.526428,
            2.559277,
            2.515964
          ],
          "width": [
            2.571312,
            2.526346,
            2.524534,
            2.522436,
            2.535021,
            2.54315,
            2.525663,
            2.507592,
            2.527488
          ]
        }
      },
      {
        "shape": "range_billion",
        "operation": "next_last",
        "median_ns": {
          "before": 11.26361,
          "candidate": 11.637503,
          "width": 11.646463
        },
        "delta_baseline_percent": 3.399025712005299,
        "delta_candidate_percent": 0.07699246135532967,
        "samples": {
          "before": [
            11.224618,
            11.26361,
            11.371419,
            11.250097,
            11.263219,
            11.316929,
            11.290087,
            11.348265,
            11.220648
          ],
          "candidate": [
            11.733577,
            11.612652,
            11.637503,
            11.635415,
            11.662947,
            11.739512,
            11.551169,
            11.624642,
            11.710344
          ],
          "width": [
            13.0169,
            11.574596,
            11.826547,
            11.689846,
            11.646463,
            11.610934,
            11.545567,
            11.743386,
            11.609654
          ]
        }
      },
      {
        "shape": "range_billion",
        "operation": "select_two",
        "median_ns": {
          "before": 13.424482,
          "candidate": 14.973291,
          "width": 15.162636
        },
        "delta_baseline_percent": 12.947642970507168,
        "delta_candidate_percent": 1.2645516606870189,
        "samples": {
          "before": [
            13.411276,
            13.258408,
            13.442796,
            13.421094,
            13.621013,
            13.571861,
            13.424482,
            13.391033,
            13.713153
          ],
          "candidate": [
            15.036648,
            14.790572,
            14.977007,
            14.944192,
            14.973291,
            15.067552,
            15.147642,
            14.883411,
            14.756648
          ],
          "width": [
            15.005299,
            15.22191,
            15.019218,
            15.006843,
            15.236551,
            15.161935,
            15.424693,
            15.162636,
            15.27549
          ]
        }
      },
      {
        "shape": "range_billion",
        "operation": "compile_write",
        "median_ns": {
          "before": 75.718172,
          "candidate": 77.862073,
          "width": 77.261064
        },
        "delta_baseline_percent": 2.037677296277063,
        "delta_candidate_percent": -0.7718892868418648,
        "samples": {
          "before": [
            83.23434,
            74.808396,
            73.370269,
            75.835641,
            75.234874,
            83.272705,
            75.278576,
            75.718172,
            81.789277
          ],
          "candidate": [
            75.773101,
            79.010615,
            78.313806,
            77.862073,
            77.107964,
            76.498757,
            77.234005,
            78.631723,
            87.512735
          ],
          "width": [
            76.326169,
            75.516282,
            76.219019,
            77.368754,
            77.261064,
            78.511781,
            83.506433,
            76.515058,
            82.897792
          ]
        }
      },
      {
        "shape": "mixed_8",
        "operation": "compare_shared",
        "median_ns": {
          "before": 0.963656,
          "candidate": 0.951026,
          "width": 0.962156
        },
        "delta_baseline_percent": -0.15565720547581208,
        "delta_candidate_percent": 1.1703150071606938,
        "samples": {
          "before": [
            0.970952,
            0.953129,
            0.981919,
            0.963656,
            0.950781,
            0.946779,
            0.971766,
            0.975456,
            0.954401
          ],
          "candidate": [
            0.950861,
            0.939258,
            0.953847,
            0.938646,
            0.951026,
            0.949966,
            0.952077,
            0.966374,
            0.952351
          ],
          "width": [
            0.991036,
            0.953946,
            0.964361,
            0.961842,
            0.962234,
            0.962916,
            0.955821,
            0.959019,
            0.962156
          ]
        }
      },
      {
        "shape": "mixed_8",
        "operation": "compare_distinct",
        "median_ns": {
          "before": 2.375704,
          "candidate": 2.380549,
          "width": 2.397834
        },
        "delta_baseline_percent": 0.931513353515423,
        "delta_candidate_percent": 0.7260930146785638,
        "samples": {
          "before": [
            2.360251,
            2.369434,
            2.375704,
            2.376583,
            2.397106,
            2.39593,
            2.373044,
            2.375204,
            2.405067
          ],
          "candidate": [
            2.388407,
            2.380555,
            2.357117,
            2.380549,
            2.384981,
            2.426989,
            2.374354,
            2.36132,
            2.375398
          ],
          "width": [
            2.383357,
            2.374783,
            2.414293,
            2.427968,
            2.390003,
            2.387501,
            2.397834,
            2.431226,
            2.404591
          ]
        }
      },
      {
        "shape": "mixed_8",
        "operation": "geometry",
        "median_ns": {
          "before": 1.806178,
          "candidate": 2.458866,
          "width": 2.445771
        },
        "delta_baseline_percent": 35.41140463453769,
        "delta_candidate_percent": -0.5325625715268734,
        "samples": {
          "before": [
            1.798488,
            1.790395,
            1.80482,
            1.806696,
            1.830729,
            1.806178,
            1.813492,
            1.790729,
            1.842833
          ],
          "candidate": [
            2.458866,
            2.453497,
            2.464042,
            2.471579,
            2.45519,
            2.418524,
            2.461547,
            2.45573,
            2.462917
          ],
          "width": [
            2.423213,
            2.463461,
            2.423668,
            2.405625,
            2.461358,
            2.479434,
            2.451581,
            2.445771,
            2.425041
          ]
        }
      },
      {
        "shape": "mixed_8",
        "operation": "next_last",
        "median_ns": {
          "before": 45.012541,
          "candidate": 45.595048,
          "width": 45.333518
        },
        "delta_baseline_percent": 0.7130834937756569,
        "delta_candidate_percent": -0.5735929919407079,
        "samples": {
          "before": [
            45.413082,
            45.455466,
            45.321652,
            44.99878,
            44.367595,
            45.012541,
            44.993309,
            45.208437,
            44.478749
          ],
          "candidate": [
            45.285003,
            46.629695,
            45.041763,
            45.041771,
            45.676877,
            45.156828,
            45.8028,
            46.146408,
            45.595048
          ],
          "width": [
            46.561639,
            45.551939,
            44.916601,
            45.362297,
            45.588714,
            45.333518,
            45.277672,
            45.173579,
            44.508787
          ]
        }
      },
      {
        "shape": "mixed_8",
        "operation": "select_two",
        "median_ns": {
          "before": 52.236017,
          "candidate": 52.716385,
          "width": 52.371973
        },
        "delta_baseline_percent": 0.2602725242240478,
        "delta_candidate_percent": -0.6533300794430486,
        "samples": {
          "before": [
            52.267019,
            51.912503,
            52.21414,
            52.817708,
            52.181633,
            51.599489,
            53.144296,
            52.615689,
            52.236017
          ],
          "candidate": [
            52.699305,
            52.180739,
            52.573232,
            52.892458,
            52.22136,
            54.238208,
            52.716385,
            53.280575,
            52.993949
          ],
          "width": [
            52.371973,
            52.099616,
            54.240403,
            53.085375,
            52.986006,
            52.360482,
            52.234964,
            53.627203,
            52.232698
          ]
        }
      },
      {
        "shape": "mixed_8",
        "operation": "compile_write",
        "median_ns": {
          "before": 267.561976,
          "candidate": 270.63732,
          "width": 266.969249
        },
        "delta_baseline_percent": -0.22152886178417042,
        "delta_candidate_percent": -1.3553455968304706,
        "samples": {
          "before": [
            269.035435,
            263.159864,
            265.93622,
            261.603881,
            268.138685,
            278.394959,
            267.561976,
            264.086529,
            275.205339
          ],
          "candidate": [
            271.663847,
            266.441958,
            273.720125,
            270.63732,
            273.929157,
            262.623985,
            262.82788,
            270.232397,
            271.152329
          ],
          "width": [
            258.859899,
            270.629744,
            266.969249,
            266.027449,
            265.523134,
            276.71749,
            280.738312,
            264.832196,
            276.79077
          ]
        }
      },
      {
        "shape": "mixed_8",
        "operation": "visit_all",
        "median_ns": {
          "before": 46.488248,
          "candidate": 52.730761,
          "width": 52.73003
        },
        "delta_baseline_percent": 13.426580412322696,
        "delta_candidate_percent": -0.0013862875978598588,
        "samples": {
          "before": [
            46.83308,
            46.488248,
            47.024233,
            46.753328,
            46.174223,
            45.668417,
            46.952419,
            45.800965,
            46.186588
          ],
          "candidate": [
            52.882388,
            52.730761,
            52.715244,
            52.60158,
            52.339639,
            52.504936,
            53.617788,
            53.332315,
            53.610556
          ],
          "width": [
            54.294575,
            52.720842,
            51.647612,
            52.180158,
            53.330368,
            52.64712,
            52.741161,
            52.73003,
            53.169616
          ]
        }
      },
      {
        "shape": "mixed_8",
        "operation": "copy_direct",
        "median_ns": {
          "before": 5.029392,
          "candidate": 5.10725,
          "width": 4.920222
        },
        "delta_baseline_percent": -2.170640109182176,
        "delta_candidate_percent": -3.6620098879044494,
        "samples": {
          "before": [
            5.032486,
            5.059018,
            5.029392,
            4.999542,
            4.959779,
            5.014593,
            5.050622,
            5.130038,
            4.958837
          ],
          "candidate": [
            5.089275,
            5.152843,
            5.052112,
            5.396037,
            5.069396,
            5.207077,
            5.080878,
            5.10725,
            5.14474
          ],
          "width": [
            4.93961,
            4.63456,
            4.89139,
            5.074922,
            4.920222,
            4.897524,
            4.879983,
            5.090979,
            4.948614
          ]
        }
      },
      {
        "shape": "mixed_8",
        "operation": "copy_fragment",
        "median_ns": {
          "before": 68.659088,
          "candidate": 76.98123,
          "width": 77.982597
        },
        "delta_baseline_percent": 13.579424474732328,
        "delta_candidate_percent": 1.300793712960946,
        "samples": {
          "before": [
            68.650152,
            68.108347,
            68.541752,
            68.537156,
            70.226453,
            69.768603,
            68.81814,
            68.659088,
            70.117053
          ],
          "candidate": [
            77.848012,
            76.98123,
            78.342545,
            76.91755,
            77.161576,
            76.840173,
            77.122564,
            76.804601,
            76.382076
          ],
          "width": [
            77.047306,
            77.982597,
            78.054476,
            78.093378,
            78.300282,
            76.919685,
            78.878022,
            77.211245,
            76.5651
          ]
        }
      },
      {
        "shape": "mixed_512",
        "operation": "compare_shared",
        "median_ns": {
          "before": 0.955394,
          "candidate": 0.950997,
          "width": 0.961426
        },
        "delta_baseline_percent": 0.6313625582743843,
        "delta_candidate_percent": 1.0966385803530487,
        "samples": {
          "before": [
            0.966966,
            0.958989,
            0.957259,
            0.949238,
            0.951269,
            0.955394,
            0.955706,
            0.952111,
            0.944089
          ],
          "candidate": [
            0.950974,
            0.949229,
            0.962584,
            0.962416,
            0.958238,
            0.950997,
            0.937718,
            0.948031,
            0.965771
          ],
          "width": [
            0.956054,
            0.963334,
            0.957561,
            0.958515,
            0.971629,
            0.986504,
            0.961426,
            0.957834,
            0.997221
          ]
        }
      },
      {
        "shape": "mixed_512",
        "operation": "compare_distinct",
        "median_ns": {
          "before": 39.105763,
          "candidate": 38.774536,
          "width": 38.521148
        },
        "delta_baseline_percent": -1.4949586842225915,
        "delta_candidate_percent": -0.653490734228257,
        "samples": {
          "before": [
            38.657101,
            39.161388,
            38.939457,
            39.241408,
            38.333537,
            38.628403,
            39.105763,
            39.19213,
            39.328461
          ],
          "candidate": [
            38.72593,
            39.372725,
            38.270173,
            38.739154,
            38.774536,
            38.382449,
            40.111185,
            39.542687,
            39.300422
          ],
          "width": [
            39.676374,
            38.330454,
            38.569282,
            38.386521,
            38.521148,
            38.506577,
            38.546387,
            39.472883,
            38.275507
          ]
        }
      },
      {
        "shape": "mixed_512",
        "operation": "geometry",
        "median_ns": {
          "before": 1.797439,
          "candidate": 2.421645,
          "width": 2.436852
        },
        "delta_baseline_percent": 35.573557711833324,
        "delta_candidate_percent": 0.6279615715763631,
        "samples": {
          "before": [
            1.795444,
            1.794854,
            1.792573,
            1.79951,
            1.80872,
            1.801218,
            1.797439,
            1.801664,
            1.796052
          ],
          "candidate": [
            2.428645,
            2.419239,
            2.421805,
            2.415634,
            2.417184,
            2.488815,
            2.421645,
            2.479794,
            2.408589
          ],
          "width": [
            2.436852,
            2.447582,
            2.432537,
            2.437597,
            2.429644,
            2.426418,
            2.446645,
            2.450603,
            2.417669
          ]
        }
      },
      {
        "shape": "mixed_512",
        "operation": "next_last",
        "median_ns": {
          "before": 2490.300821,
          "candidate": 2512.789319,
          "width": 2528.591917
        },
        "delta_baseline_percent": 1.5376092589739487,
        "delta_candidate_percent": 0.6288867069161652,
        "samples": {
          "before": [
            2535.638984,
            2488.466114,
            2490.173956,
            2489.152269,
            2516.894633,
            2526.811177,
            2490.300821,
            2486.890944,
            2531.260626
          ],
          "candidate": [
            2519.104222,
            2512.789319,
            2546.080296,
            2536.56856,
            2541.815634,
            2501.31778,
            2479.55142,
            2498.422494,
            2478.265326
          ],
          "width": [
            2504.081094,
            2530.377536,
            2445.922544,
            2541.919625,
            2558.929194,
            2566.769193,
            2523.191573,
            2498.563112,
            2528.591917
          ]
        }
      },
      {
        "shape": "mixed_512",
        "operation": "select_two",
        "median_ns": {
          "before": 2806.73733,
          "candidate": 2737.16738,
          "width": 2722.20662
        },
        "delta_baseline_percent": -3.0117071909967486,
        "delta_candidate_percent": -0.5465781928177149,
        "samples": {
          "before": [
            2796.617439,
            2810.273816,
            2856.851168,
            2809.919554,
            2753.838147,
            2767.819672,
            2920.306433,
            2806.73733,
            2742.775787
          ],
          "candidate": [
            2696.818572,
            2753.151841,
            2702.669161,
            2741.539794,
            2732.694325,
            2704.419094,
            2799.469069,
            2737.16738,
            2790.792047
          ],
          "width": [
            2765.708244,
            2718.804278,
            2723.419806,
            2733.577623,
            2701.097809,
            2703.630203,
            2698.393029,
            2752.754849,
            2722.20662
          ]
        }
      },
      {
        "shape": "mixed_512",
        "operation": "compile_write",
        "median_ns": {
          "before": 12720.308271,
          "candidate": 12590.497436,
          "width": 12901.349367
        },
        "delta_baseline_percent": 1.4232445640703695,
        "delta_candidate_percent": 2.468940822871568,
        "samples": {
          "before": [
            12693.46,
            12886.61596,
            12720.308271,
            12850.480418,
            12822.546154,
            12687.494872,
            12667.392308,
            12676.359801,
            12735.099744
          ],
          "candidate": [
            13106.472222,
            12560.154791,
            12674.971867,
            12493.974747,
            13081.63198,
            12686.826972,
            12486.787724,
            12579.908416,
            12590.497436
          ],
          "width": [
            12731.505076,
            13029.908861,
            12923.747423,
            12816.362245,
            12901.349367,
            13035.724675,
            12995.795866,
            12884.455013,
            12818.556995
          ]
        }
      },
      {
        "shape": "mixed_512",
        "operation": "visit_all",
        "median_ns": {
          "before": 2667.111633,
          "candidate": 3011.529377,
          "width": 2997.863556
        },
        "delta_baseline_percent": 12.401127830857451,
        "delta_candidate_percent": -0.45378341995832017,
        "samples": {
          "before": [
            2693.168487,
            2640.702492,
            2696.16989,
            2699.075923,
            2658.640772,
            2667.111633,
            2680.381771,
            2624.703166,
            2636.861838
          ],
          "candidate": [
            2988.134558,
            3008.947236,
            3030.576897,
            3067.757236,
            3059.934729,
            2976.820498,
            3048.435943,
            2970.55858,
            3011.529377
          ],
          "width": [
            2973.18651,
            2987.761273,
            2997.570757,
            3002.528314,
            3001.387077,
            3023.5367,
            2997.863556,
            2968.927775,
            3029.076074
          ]
        }
      },
      {
        "shape": "mixed_512",
        "operation": "copy_direct",
        "median_ns": {
          "before": 51.704866,
          "candidate": 53.615516,
          "width": 52.73665
        },
        "delta_baseline_percent": 1.9955259143307646,
        "delta_candidate_percent": -1.639200861183543,
        "samples": {
          "before": [
            51.19714,
            52.732091,
            51.80332,
            51.127105,
            50.58694,
            50.947037,
            52.36163,
            51.704866,
            52.616807
          ],
          "candidate": [
            52.844848,
            54.185134,
            53.701785,
            51.869414,
            53.615516,
            52.531027,
            54.421506,
            56.101212,
            52.854997
          ],
          "width": [
            56.067206,
            52.646798,
            53.3317,
            52.70633,
            52.22452,
            52.73665,
            53.162402,
            55.520918,
            52.232989
          ]
        }
      },
      {
        "shape": "mixed_512",
        "operation": "copy_fragment",
        "median_ns": {
          "before": 3865.990122,
          "candidate": 4256.859532,
          "width": 4280.675249
        },
        "delta_baseline_percent": 10.726492151135393,
        "delta_candidate_percent": 0.5594668280916926,
        "samples": {
          "before": [
            3837.710926,
            3833.96972,
            3872.395897,
            3865.990122,
            3912.529501,
            3894.911229,
            3853.251981,
            3852.554447,
            3935.917236
          ],
          "candidate": [
            4335.851883,
            4218.550083,
            4226.197595,
            4255.049091,
            4284.241895,
            4257.786871,
            4256.859532,
            4218.689799,
            4264.747703
          ],
          "width": [
            4217.80433,
            4270.269841,
            4302.264298,
            4264.728405,
            4292.54402,
            4212.28866,
            4325.153333,
            4321.240033,
            4280.675249
          ]
        }
      },
      {
        "shape": "pointer_records_1024",
        "operation": "compare_shared",
        "median_ns": {
          "before": 0.955049,
          "candidate": 0.953449,
          "width": 0.971469
        },
        "delta_baseline_percent": 1.7192835132019413,
        "delta_candidate_percent": 1.889980481389153,
        "samples": {
          "before": [
            0.972789,
            0.950231,
            0.951019,
            0.950831,
            0.961024,
            0.961421,
            0.955049,
            0.949291,
            0.965241
          ],
          "candidate": [
            0.947683,
            0.952142,
            0.979653,
            0.967964,
            0.971959,
            0.949336,
            0.953449,
            0.954414,
            0.951476
          ],
          "width": [
            0.970444,
            0.971469,
            0.963006,
            0.981069,
            0.97572,
            0.984651,
            0.959091,
            0.965451,
            0.978849
          ]
        }
      },
      {
        "shape": "pointer_records_1024",
        "operation": "compare_distinct",
        "median_ns": {
          "before": 2.387396,
          "candidate": 2.408405,
          "width": 2.381625
        },
        "delta_baseline_percent": -0.2417278072008089,
        "delta_candidate_percent": -1.1119392294900554,
        "samples": {
          "before": [
            2.387396,
            2.416216,
            2.423018,
            2.446236,
            2.380456,
            2.378315,
            2.440455,
            2.387275,
            2.385739
          ],
          "candidate": [
            2.380001,
            2.429862,
            2.38507,
            2.42277,
            2.387592,
            2.386033,
            2.427755,
            2.408405,
            2.438942
          ],
          "width": [
            2.38067,
            2.380387,
            2.366681,
            2.381625,
            2.390433,
            2.3857,
            2.383548,
            2.347127,
            2.381914
          ]
        }
      },
      {
        "shape": "pointer_records_1024",
        "operation": "geometry",
        "median_ns": {
          "before": 1.801902,
          "candidate": 2.42404,
          "width": 2.43196
        },
        "delta_baseline_percent": 34.96627452547365,
        "delta_candidate_percent": 0.3267272817280231,
        "samples": {
          "before": [
            1.785759,
            1.813063,
            1.801902,
            1.795786,
            1.807034,
            1.795326,
            1.774645,
            1.832963,
            1.806561
          ],
          "candidate": [
            2.440239,
            2.414461,
            2.450086,
            2.42404,
            2.383993,
            2.464524,
            2.406415,
            2.443516,
            2.383802
          ],
          "width": [
            2.449606,
            2.408113,
            2.43554,
            2.414264,
            2.411802,
            2.43196,
            2.421427,
            2.471013,
            2.433904
          ]
        }
      },
      {
        "shape": "pointer_records_1024",
        "operation": "next_last",
        "median_ns": {
          "before": 23.229005,
          "candidate": 25.151784,
          "width": 25.428226
        },
        "delta_baseline_percent": 9.467564366187876,
        "delta_candidate_percent": 1.099094998589356,
        "samples": {
          "before": [
            23.229005,
            23.161636,
            22.942511,
            23.10444,
            23.435745,
            23.586554,
            23.480206,
            23.030187,
            23.426587
          ],
          "candidate": [
            25.498721,
            24.885834,
            25.279741,
            24.90776,
            25.51263,
            24.902377,
            25.186308,
            25.098733,
            25.151784
          ],
          "width": [
            25.566647,
            25.602702,
            25.279945,
            25.224561,
            25.70402,
            25.428226,
            25.503864,
            25.056309,
            25.149331
          ]
        }
      },
      {
        "shape": "pointer_records_1024",
        "operation": "select_two",
        "median_ns": {
          "before": 45.1166,
          "candidate": 45.91196,
          "width": 45.519264
        },
        "delta_baseline_percent": 0.8924963317271217,
        "delta_candidate_percent": -0.8553239722285944,
        "samples": {
          "before": [
            45.925365,
            44.870314,
            45.998626,
            45.595087,
            44.900733,
            45.25848,
            44.872043,
            44.881819,
            45.1166
          ],
          "candidate": [
            45.204482,
            45.91196,
            45.884315,
            46.223543,
            45.935433,
            45.361758,
            46.241903,
            47.434245,
            45.267771
          ],
          "width": [
            45.519264,
            45.089043,
            45.558653,
            45.733772,
            45.753501,
            45.225773,
            45.464288,
            45.383281,
            45.706234
          ]
        }
      },
      {
        "shape": "pointer_records_1024",
        "operation": "compile_write",
        "median_ns": {
          "before": 207.41435,
          "candidate": 207.323904,
          "width": 206.652148
        },
        "delta_baseline_percent": -0.3674779493318625,
        "delta_candidate_percent": -0.32401280655026676,
        "samples": {
          "before": [
            210.583299,
            205.83001,
            207.41435,
            205.534193,
            204.912073,
            206.576633,
            210.91716,
            209.33401,
            210.366489
          ],
          "candidate": [
            207.323904,
            207.157754,
            210.697112,
            209.996456,
            205.55058,
            208.441789,
            206.659354,
            205.115377,
            212.098635
          ],
          "width": [
            208.125198,
            206.327833,
            204.854735,
            204.709146,
            204.835756,
            210.292131,
            206.691071,
            206.652148,
            210.593538
          ]
        }
      },
      {
        "shape": "pointer_records_1024",
        "operation": "visit_all",
        "median_ns": {
          "before": 13666.822888,
          "candidate": 14370.472464,
          "width": 14516.089337
        },
        "delta_baseline_percent": 6.2140737167647675,
        "delta_candidate_percent": 1.0133060925087145,
        "samples": {
          "before": [
            13684.721763,
            13642.967742,
            13668.825269,
            13464.431635,
            13500.096317,
            13761.643052,
            13666.822888,
            13539.64507,
            13815.752747
          ],
          "candidate": [
            14474.925287,
            14173.642651,
            14509.416901,
            14337.594828,
            14370.472464,
            14282.929178,
            14528.123944,
            14872.035714,
            14174.562319
          ],
          "width": [
            14230.299419,
            14569.597059,
            14329.805882,
            14563.285311,
            14535.823009,
            14516.089337,
            14840.447368,
            14215.230321,
            14444.180758
          ]
        }
      },
      {
        "shape": "pointer_records_1024",
        "operation": "copy_direct",
        "median_ns": {
          "before": 77.648267,
          "candidate": 78.5094,
          "width": 77.950919
        },
        "delta_baseline_percent": 0.38977302609986,
        "delta_candidate_percent": -0.7113555828983542,
        "samples": {
          "before": [
            77.669002,
            77.122426,
            78.028186,
            76.336397,
            75.804268,
            77.915738,
            77.524672,
            77.648267,
            78.88925
          ],
          "candidate": [
            77.133834,
            79.834917,
            77.954785,
            80.37397,
            78.564095,
            76.713776,
            78.455432,
            79.1521,
            78.5094
          ],
          "width": [
            77.950919,
            77.179098,
            77.442385,
            78.740168,
            78.767889,
            79.161104,
            77.833369,
            77.64801,
            78.284503
          ]
        }
      },
      {
        "shape": "pointer_records_1024",
        "operation": "copy_fragment",
        "median_ns": {
          "before": 17391.027972,
          "candidate": 18808.545113,
          "width": 18753.019011
        },
        "delta_baseline_percent": 7.831572930552699,
        "delta_candidate_percent": -0.2952174220090087,
        "samples": {
          "before": [
            17302.536842,
            17391.027972,
            17169.591549,
            17307.208633,
            17492.91844,
            17433.285714,
            17409.871886,
            18051.619403,
            17330.433566
          ],
          "candidate": [
            19274.604478,
            18848.577358,
            18839.824627,
            18764.307985,
            18637.136364,
            18981.174419,
            18808.545113,
            18671.961832,
            18804.0
          ],
          "width": [
            18485.049242,
            19149.01476,
            18598.662921,
            18695.947761,
            18817.184906,
            18877.473485,
            19099.788679,
            18753.019011,
            18637.524528
          ]
        }
      },
      {
        "shape": "depth_8",
        "operation": "compare_shared",
        "median_ns": {
          "before": 0.954101,
          "candidate": 0.960376,
          "width": 0.973341
        },
        "delta_baseline_percent": 2.0165579954323443,
        "delta_candidate_percent": 1.3499920864328052,
        "samples": {
          "before": [
            0.968566,
            0.949639,
            0.958394,
            0.948364,
            0.948561,
            0.971124,
            0.954101,
            0.949712,
            0.970814
          ],
          "candidate": [
            0.948001,
            0.960376,
            0.961854,
            0.968211,
            0.978996,
            0.948836,
            0.966899,
            0.957229,
            0.949539
          ],
          "width": [
            0.957349,
            0.960571,
            0.973341,
            0.983021,
            0.986084,
            0.989024,
            0.944115,
            0.958949,
            0.974256
          ]
        }
      },
      {
        "shape": "depth_8",
        "operation": "compare_distinct",
        "median_ns": {
          "before": 2.875704,
          "candidate": 2.882866,
          "width": 2.859039
        },
        "delta_baseline_percent": -0.579510269485306,
        "delta_candidate_percent": -0.8265039027134713,
        "samples": {
          "before": [
            2.876607,
            2.916831,
            2.891628,
            2.875704,
            2.861674,
            2.853313,
            2.890765,
            2.857228,
            2.866189
          ],
          "candidate": [
            2.862125,
            2.882866,
            2.841379,
            2.885096,
            2.860412,
            2.870741,
            2.888145,
            2.908892,
            2.896682
          ],
          "width": [
            2.923751,
            2.618932,
            2.9133,
            2.859039,
            2.619259,
            2.853851,
            2.884078,
            2.850683,
            2.889782
          ]
        }
      },
      {
        "shape": "depth_8",
        "operation": "geometry",
        "median_ns": {
          "before": 1.811137,
          "candidate": 2.430751,
          "width": 2.42414
        },
        "delta_baseline_percent": 33.846307595725776,
        "delta_candidate_percent": -0.2719735587890293,
        "samples": {
          "before": [
            1.775217,
            1.794392,
            1.811137,
            1.819429,
            1.825531,
            1.78538,
            1.841328,
            1.827293,
            1.794691
          ],
          "candidate": [
            2.45523,
            2.466527,
            2.444066,
            2.420902,
            2.422035,
            2.458505,
            2.420501,
            2.430751,
            2.42037
          ],
          "width": [
            2.423765,
            2.435633,
            2.415688,
            2.42414,
            2.436403,
            2.444294,
            2.40059,
            2.475858,
            2.411562
          ]
        }
      },
      {
        "shape": "depth_8",
        "operation": "next_last",
        "median_ns": {
          "before": 81.926931,
          "candidate": 89.281393,
          "width": 89.877507
        },
        "delta_baseline_percent": 9.70447190314012,
        "delta_candidate_percent": 0.6676799946434553,
        "samples": {
          "before": [
            81.451785,
            81.991166,
            81.235878,
            81.6346,
            81.96464,
            83.808283,
            82.187951,
            81.926931,
            81.718448
          ],
          "candidate": [
            89.051887,
            88.151481,
            89.436284,
            89.458728,
            90.997817,
            89.22759,
            90.746886,
            89.100767,
            89.281393
          ],
          "width": [
            89.063043,
            90.474996,
            88.849726,
            89.850763,
            91.418785,
            89.737093,
            93.206462,
            89.877507,
            90.074752
          ]
        }
      },
      {
        "shape": "depth_8",
        "operation": "select_two",
        "median_ns": {
          "before": 107.373294,
          "candidate": 106.379707,
          "width": 106.448905
        },
        "delta_baseline_percent": -0.860911466495573,
        "delta_candidate_percent": 0.06504812050289743,
        "samples": {
          "before": [
            110.285024,
            107.520222,
            108.000855,
            106.197559,
            107.026014,
            106.320644,
            106.581653,
            107.373294,
            109.345759
          ],
          "candidate": [
            105.162563,
            106.320877,
            106.68951,
            109.442942,
            106.891673,
            104.915704,
            105.816097,
            107.731448,
            106.379707
          ],
          "width": [
            106.633966,
            105.421224,
            108.83347,
            107.02063,
            106.448905,
            105.928822,
            105.354273,
            105.842493,
            106.933709
          ]
        }
      },
      {
        "shape": "depth_8",
        "operation": "compile_write",
        "median_ns": {
          "before": 742.528934,
          "candidate": 738.161499,
          "width": 734.920239
        },
        "delta_baseline_percent": -1.0247001364663388,
        "delta_candidate_percent": -0.43909903244628845,
        "samples": {
          "before": [
            733.903505,
            734.145726,
            760.722206,
            750.098543,
            767.195748,
            742.915254,
            742.528934,
            732.842233,
            731.069116
          ],
          "candidate": [
            747.261345,
            762.553713,
            729.862441,
            731.12227,
            734.943213,
            752.898416,
            738.885475,
            734.096774,
            738.161499
          ],
          "width": [
            733.482962,
            747.790163,
            725.714921,
            727.5361,
            730.813832,
            749.027567,
            742.883879,
            748.145926,
            734.920239
          ]
        }
      },
      {
        "shape": "depth_8",
        "operation": "visit_all",
        "median_ns": {
          "before": 82.181835,
          "candidate": 82.213619,
          "width": 82.685344
        },
        "delta_baseline_percent": 0.6126767551491108,
        "delta_candidate_percent": 0.5737796313284971,
        "samples": {
          "before": [
            81.743622,
            81.65109,
            81.524631,
            81.525182,
            82.181835,
            83.037231,
            82.82774,
            82.966325,
            82.57854
          ],
          "candidate": [
            82.213619,
            82.150195,
            83.110276,
            81.814904,
            87.581609,
            81.629937,
            82.297267,
            82.286074,
            81.367052
          ],
          "width": [
            81.661008,
            84.065105,
            82.069436,
            82.037433,
            83.609442,
            83.92291,
            84.362921,
            81.713371,
            82.685344
          ]
        }
      },
      {
        "shape": "depth_8",
        "operation": "copy_direct",
        "median_ns": {
          "before": 5.577181,
          "candidate": 5.670668,
          "width": 5.584965
        },
        "delta_baseline_percent": 0.13956871760123502,
        "delta_candidate_percent": -1.5113386994265898,
        "samples": {
          "before": [
            5.64293,
            5.583814,
            5.577181,
            5.522928,
            5.519305,
            5.60921,
            5.514863,
            5.537668,
            5.587678
          ],
          "candidate": [
            5.709227,
            5.571066,
            5.531263,
            5.818145,
            5.427961,
            5.506766,
            5.670668,
            5.715241,
            5.70944
          ],
          "width": [
            5.736805,
            5.252277,
            5.584965,
            5.660692,
            5.722167,
            5.465276,
            5.595508,
            5.493191,
            5.404743
          ]
        }
      },
      {
        "shape": "depth_8",
        "operation": "copy_fragment",
        "median_ns": {
          "before": 97.00817,
          "candidate": 100.08403,
          "width": 99.914094
        },
        "delta_baseline_percent": 2.995545632909069,
        "delta_candidate_percent": -0.16979332267095248,
        "samples": {
          "before": [
            96.271449,
            97.904168,
            97.660306,
            97.533929,
            97.104047,
            95.227878,
            97.00817,
            95.847151,
            95.94906
          ],
          "candidate": [
            100.08403,
            101.768374,
            99.693343,
            99.014924,
            99.891731,
            101.930868,
            99.075911,
            100.26069,
            100.549863
          ],
          "width": [
            100.349167,
            98.914775,
            100.236197,
            100.037589,
            99.702424,
            99.230473,
            99.914094,
            99.902675,
            100.232824
          ]
        }
      },
      {
        "shape": "callable_table",
        "operation": "bind",
        "median_ns": {
          "before": 15.367344,
          "candidate": 15.368075,
          "width": 15.513842
        },
        "delta_baseline_percent": 0.953307220818389,
        "delta_candidate_percent": 0.9485052617195233,
        "samples": {
          "before": [
            15.367344,
            15.021523,
            26.513094,
            15.104892,
            15.429226,
            15.329899,
            17.040016,
            15.94076,
            15.31464
          ],
          "candidate": [
            15.645875,
            15.251698,
            16.117375,
            15.211147,
            15.368075,
            15.363529,
            15.304349,
            15.371529,
            15.822853
          ],
          "width": [
            15.49828,
            15.983138,
            15.524727,
            15.513842,
            15.378211,
            16.198045,
            15.376237,
            15.703526,
            15.298109
          ]
        }
      },
      {
        "shape": "callable_table",
        "operation": "retained_call",
        "median_ns": {
          "before": 1.194811,
          "candidate": 1.197541,
          "width": 1.198151
        },
        "delta_baseline_percent": 0.2795421200507686,
        "delta_candidate_percent": 0.05093771319728546,
        "samples": {
          "before": [
            1.204228,
            1.194728,
            1.195744,
            1.185704,
            1.190028,
            1.196806,
            1.194276,
            1.194811,
            1.198371
          ],
          "candidate": [
            1.184771,
            1.197301,
            1.207718,
            1.203406,
            1.226746,
            1.197541,
            1.214591,
            1.194768,
            1.172845
          ],
          "width": [
            1.198151,
            1.197518,
            1.174128,
            1.186231,
            1.231323,
            1.214002,
            1.230604,
            1.183786,
            1.199636
          ]
        }
      },
      {
        "shape": "callable_table",
        "operation": "compare_shared",
        "median_ns": {
          "before": 0.958074,
          "candidate": 0.954929,
          "width": 0.96127
        },
        "delta_baseline_percent": 0.33358592342553894,
        "delta_candidate_percent": 0.6640284251499207,
        "samples": {
          "before": [
            0.971433,
            0.951626,
            0.980799,
            0.967979,
            0.950904,
            0.958074,
            0.951266,
            0.948934,
            0.969964
          ],
          "candidate": [
            0.951391,
            0.967739,
            0.940266,
            0.968569,
            0.954929,
            0.950801,
            0.950544,
            0.969639,
            0.957259
          ],
          "width": [
            0.967491,
            0.961081,
            0.986067,
            0.982051,
            0.958506,
            0.959763,
            0.956129,
            0.96127,
            0.970357
          ]
        }
      },
      {
        "shape": "callable_table",
        "operation": "compare_distinct",
        "median_ns": {
          "before": 2.407854,
          "candidate": 2.389299,
          "width": 2.399388
        },
        "delta_baseline_percent": -0.35159939099297377,
        "delta_candidate_percent": 0.42225774170583374,
        "samples": {
          "before": [
            2.379391,
            2.42911,
            2.384767,
            2.422161,
            2.407854,
            2.379925,
            2.422941,
            2.412725,
            2.392872
          ],
          "candidate": [
            2.414898,
            2.389299,
            2.397395,
            2.388017,
            2.388248,
            2.427325,
            2.381719,
            2.388591,
            2.416887
          ],
          "width": [
            2.431806,
            2.389158,
            2.403713,
            2.399388,
            2.399049,
            2.376885,
            2.380598,
            2.410882,
            2.431786
          ]
        }
      },
      {
        "shape": "callable_table",
        "operation": "geometry",
        "median_ns": {
          "before": 1.799562,
          "candidate": 2.436391,
          "width": 2.424434
        },
        "delta_baseline_percent": 34.723560510835426,
        "delta_candidate_percent": -0.49076687608843317,
        "samples": {
          "before": [
            1.795368,
            1.799562,
            1.786024,
            1.771653,
            1.8082,
            1.816211,
            1.810398,
            1.807073,
            1.788605
          ],
          "candidate": [
            2.453606,
            2.445602,
            2.433485,
            2.420634,
            2.464529,
            2.417364,
            2.45995,
            2.436391,
            2.424897
          ],
          "width": [
            2.419731,
            2.458649,
            2.418954,
            2.410338,
            2.424434,
            2.445383,
            2.450745,
            2.461391,
            2.418302
          ]
        }
      },
      {
        "shape": "callable_table",
        "operation": "next_last",
        "median_ns": {
          "before": 25.261697,
          "candidate": 26.122328,
          "width": 26.060572
        },
        "delta_baseline_percent": 3.1623964138276284,
        "delta_candidate_percent": -0.23641078237742752,
        "samples": {
          "before": [
            26.041837,
            25.127906,
            25.641451,
            25.261697,
            25.405892,
            25.219327,
            25.040003,
            25.106186,
            25.295446
          ],
          "candidate": [
            25.84326,
            25.750815,
            26.266612,
            26.122328,
            26.200614,
            25.777096,
            29.559483,
            26.229624,
            25.784689
          ],
          "width": [
            25.78177,
            26.132666,
            26.175124,
            25.922663,
            26.289142,
            26.034153,
            26.060572,
            26.231479,
            25.815495
          ]
        }
      },
      {
        "shape": "callable_table",
        "operation": "select_two",
        "median_ns": {
          "before": 30.481681,
          "candidate": 29.301955,
          "width": 29.582554
        },
        "delta_baseline_percent": -2.9497290520165254,
        "delta_candidate_percent": 0.9576118726549065,
        "samples": {
          "before": [
            29.8932,
            30.518824,
            30.481681,
            30.49035,
            29.857145,
            30.257979,
            30.274082,
            30.496648,
            31.255506
          ],
          "candidate": [
            29.222375,
            30.077406,
            29.014567,
            29.301955,
            29.295109,
            29.575344,
            29.9579,
            29.032073,
            29.553269
          ],
          "width": [
            30.037564,
            29.344685,
            29.582554,
            29.997624,
            29.876149,
            29.480341,
            29.430483,
            29.501032,
            30.17439
          ]
        }
      },
      {
        "shape": "callable_table",
        "operation": "compile_write",
        "median_ns": {
          "before": 407.715191,
          "candidate": 416.333468,
          "width": 411.836813
        },
        "delta_baseline_percent": 1.0109071457187868,
        "delta_candidate_percent": -1.0800608996440308,
        "samples": {
          "before": [
            406.615728,
            407.307626,
            398.416117,
            402.353968,
            411.602771,
            418.389228,
            410.811199,
            407.715191,
            413.94854
          ],
          "candidate": [
            416.530342,
            408.082872,
            417.368192,
            408.629225,
            418.052619,
            408.263297,
            421.897283,
            414.908732,
            416.333468
          ],
          "width": [
            409.1382,
            417.212656,
            406.797971,
            406.229132,
            408.134967,
            418.472821,
            419.727377,
            416.296445,
            411.836813
          ]
        }
      },
      {
        "shape": "callable_table",
        "operation": "visit_all",
        "median_ns": {
          "before": 25.476806,
          "candidate": 28.197497,
          "width": 28.214835
        },
        "delta_baseline_percent": 10.747143892370193,
        "delta_candidate_percent": 0.06148772708443051,
        "samples": {
          "before": [
            25.705016,
            25.268954,
            25.601138,
            25.2672,
            25.296453,
            25.476806,
            25.603123,
            25.514321,
            25.196882
          ],
          "candidate": [
            28.197497,
            27.958423,
            28.117766,
            28.260986,
            28.265581,
            27.888965,
            28.854197,
            28.712129,
            28.158998
          ],
          "width": [
            28.088785,
            28.059684,
            28.266738,
            27.976663,
            28.493091,
            28.214835,
            28.288291,
            30.846502,
            27.826011
          ]
        }
      },
      {
        "shape": "callable_table",
        "operation": "copy_direct",
        "median_ns": {
          "before": 5.073147,
          "candidate": 5.093823,
          "width": 4.953725
        },
        "delta_baseline_percent": -2.3540023579052494,
        "delta_candidate_percent": -2.7503507679791817,
        "samples": {
          "before": [
            5.077644,
            5.068127,
            5.097711,
            5.080772,
            4.999923,
            4.961692,
            5.014356,
            5.073147,
            5.094516
          ],
          "candidate": [
            5.066944,
            5.087546,
            5.093823,
            5.098916,
            5.169455,
            5.227244,
            5.044279,
            5.093369,
            5.14597
          ],
          "width": [
            4.886721,
            4.876659,
            4.939031,
            5.037315,
            5.05585,
            4.817702,
            4.953725,
            5.132228,
            5.059398
          ]
        }
      },
      {
        "shape": "callable_table",
        "operation": "copy_fragment",
        "median_ns": {
          "before": 39.093304,
          "candidate": 42.531331,
          "width": 42.228483
        },
        "delta_baseline_percent": 8.019734018899992,
        "delta_candidate_percent": -0.7120585998119933,
        "samples": {
          "before": [
            38.377158,
            39.322784,
            39.083645,
            39.0344,
            39.422587,
            39.518291,
            39.137895,
            39.093304,
            38.508696
          ],
          "candidate": [
            42.645987,
            42.780448,
            41.998472,
            41.966341,
            42.531331,
            42.554557,
            42.430394,
            42.094386,
            42.860738
          ],
          "width": [
            42.115903,
            42.394404,
            42.145173,
            42.228483,
            41.927867,
            42.686737,
            43.067925,
            43.24728,
            42.131078
          ]
        }
      }
    ],
    "validation": "Canonical bytes, metadata, walk checksums, selections, copy outputs and retained calls agree.",
    "interpretation": "No broad hot-path recovery. Final bind and wide lookup remain near the scratch candidate. Heterogeneous Fragment copying remains about 11 to 14 percent above the original baseline. The 1024-value Fragment copy is 11.5 percent slower than the scratch candidate, though faster than the original baseline. This is not performance clearance.",
    "limits": [
      "Native microbenchmarks, not browser or full-application timings.",
      "The shared implementation is simpler but is not a performance clearance.",
      "Repeated timing samples do not constitute repeated independent agent implementations."
    ]
  },
  "godot_engine": {
    "version": "4.7.2",
    "compiler": "Emscripten 4.0.20",
    "stock": {
      "bytes": 44078870,
      "mib": 42.03688621520996,
      "sha256": "e0c3b75ff009c54b83a02ae819e04dd1f533f457c54e516f440a564d8f308a07",
      "gzip_9_bytes": 10474784,
      "brotli_6_bytes": 8358487
    },
    "reduced": {
      "bytes": 25617433,
      "mib": 24.43068790435791,
      "sha256": "85e987dd3aa775c164ebf570affd4324f69d5f1c1c5bdfb1bd7e0c69c5d14d50",
      "gzip_9_bytes": 5875321,
      "brotli_6_bytes": 4589050
    },
    "uncompressed_reduction_percent": 41.88273655835552,
    "retained": [
      "2D and full GUI controls",
      "GDScript",
      "FreeType",
      "SVG",
      "TextServerFallback",
      "WebGL renderer",
      "GDExtension support"
    ],
    "removed": [
      "3D nodes",
      "2D and 3D physics",
      "XR",
      "Optional modules except the four explicitly enabled"
    ],
    "profile_source": "https://github.com/tetrodotoxin-dev/Godot/blob/main/gdextension/build/web_engine.py",
    "build_options": [
      "platform=web",
      "target=template_release",
      "threads=no",
      "dlink_enabled=yes",
      "lto=full",
      "optimize=size",
      "debug_symbols=no",
      "lab engine feature profile"
    ],
    "limits": [
      "Engine feature and configuration comparison, not a TTX representation-size improvement.",
      "No per-feature ablation establishes the individual savings from XR, 3D, text shaping or other modules.",
      "Compressed sizes are measured files, not browser memory consumption or verified production network transfer sizes.",
      "Fallback text rendering does not retain advanced text shaping."
    ]
  },
  "browser_proofs": {
    "environment": "Playwright Chromium 153, WebGL via SwiftShader, isolated project",
    "engine_probe": {
      "missing": [],
      "packing": true,
      "passed": true,
      "png": true,
      "rendering": true,
      "unexpected": []
    },
    "gdscript_ttx_roundtrip": {
      "created": true,
      "inverted": true,
      "passed": true,
      "retained": true
    },
    "roundtrip": "GDScript creates an image through the current Wasm TTX bridge, requests inversion, checks the expected pixels, and reads a retained snapshot after releasing the original image, transformed image and provider references.",
    "saved_lab": "The stock engine crashes; the reduced engine displays the same saved application pack and extension, but providers remain unavailable. The engine/runtime difference has not been isolated to one cause.",
    "not_proven": [
      "Complete usable browser lab",
      "CPU/FFTW provider in Wasm",
      "Website deployment",
      "A general performance or productivity advantage"
    ]
  },
  "human_review": [
    "Required failure to remain in the File API instead of excluding its implementation from the build.",
    "Requested correction of image acquisition to use the existing configured imports.",
    "Questioned the separate ABI wrapper and requested measurements instead of inferring performance from source structure.",
    "Selected a smaller Godot host feature surface."
  ],
  "limitations": [
    "These are observations from one ongoing engineering effort, not a controlled architecture or agent-productivity study.",
    "Local source snapshots and complete logs are retained for review; this public record provides measurements and selected method details, not a complete reproducible build archive.",
    "The callable-signature migration had a narrower task and different context, so its outcome cannot be directly ranked against the Web port."
  ]
}
