<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>bun Architecture Docs</title>
    <link>https://repos.supermodeltools.com/bun</link>
    <description>Architecture documentation for the bun codebase. Explore files, functions, classes, domains, and dependencies.</description>
    <language>en</language>
    <lastBuildDate>Thu, 12 Mar 2026 02:14:18 +0000</lastBuildDate>
    <item>
      <title>CustomMap Class — bun Architecture</title>
      <link>https://repos.supermodeltools.com/bun/class-map-js-custommap.html</link>
      <description>Architecture documentation for the CustomMap class in map.js from the bun codebase.</description>
      <guid>https://repos.supermodeltools.com/bun/class-map-js-custommap.html</guid>
      <pubDate>Thu, 12 Mar 2026 02:14:18 +0000</pubDate>
    </item>
    <item>
      <title>CustomSet Class — bun Architecture</title>
      <link>https://repos.supermodeltools.com/bun/class-set-js-customset.html</link>
      <description>Architecture documentation for the CustomSet class in set.js from the bun codebase.</description>
      <guid>https://repos.supermodeltools.com/bun/class-set-js-customset.html</guid>
      <pubDate>Thu, 12 Mar 2026 02:14:18 +0000</pubDate>
    </item>
    <item>
      <title>bench/async/ — bun Directory Structure</title>
      <link>https://repos.supermodeltools.com/bun/dir-bench-async.html</link>
      <description>Directory listing for bench/async/ in the bun codebase. Contains 0 files and 0 subdirectories.</description>
      <guid>https://repos.supermodeltools.com/bun/dir-bench-async.html</guid>
      <pubDate>Thu, 12 Mar 2026 02:14:18 +0000</pubDate>
    </item>
    <item>
      <title>bench/bundle/ — bun Directory Structure</title>
      <link>https://repos.supermodeltools.com/bun/dir-bench-bundle.html</link>
      <description>Directory listing for bench/bundle/ in the bun codebase. Contains 0 files and 0 subdirectories.</description>
      <guid>https://repos.supermodeltools.com/bun/dir-bench-bundle.html</guid>
      <pubDate>Thu, 12 Mar 2026 02:14:18 +0000</pubDate>
    </item>
    <item>
      <title>bench/cat/ — bun Directory Structure</title>
      <link>https://repos.supermodeltools.com/bun/dir-bench-cat.html</link>
      <description>Directory listing for bench/cat/ in the bun codebase. Contains 0 files and 0 subdirectories.</description>
      <guid>https://repos.supermodeltools.com/bun/dir-bench-cat.html</guid>
      <pubDate>Thu, 12 Mar 2026 02:14:18 +0000</pubDate>
    </item>
    <item>
      <title>bench/copyfile/ — bun Directory Structure</title>
      <link>https://repos.supermodeltools.com/bun/dir-bench-copyfile.html</link>
      <description>Directory listing for bench/copyfile/ in the bun codebase. Contains 0 files and 0 subdirectories.</description>
      <guid>https://repos.supermodeltools.com/bun/dir-bench-copyfile.html</guid>
      <pubDate>Thu, 12 Mar 2026 02:14:18 +0000</pubDate>
    </item>
    <item>
      <title>bench/crypto/ — bun Directory Structure</title>
      <link>https://repos.supermodeltools.com/bun/dir-bench-crypto.html</link>
      <description>Directory listing for bench/crypto/ in the bun codebase. Contains 0 files and 0 subdirectories.</description>
      <guid>https://repos.supermodeltools.com/bun/dir-bench-crypto.html</guid>
      <pubDate>Thu, 12 Mar 2026 02:14:18 +0000</pubDate>
    </item>
    <item>
      <title>bench/deepEqual/ — bun Directory Structure</title>
      <link>https://repos.supermodeltools.com/bun/dir-bench-deepequal.html</link>
      <description>Directory listing for bench/deepEqual/ in the bun codebase. Contains 0 files and 0 subdirectories.</description>
      <guid>https://repos.supermodeltools.com/bun/dir-bench-deepequal.html</guid>
      <pubDate>Thu, 12 Mar 2026 02:14:18 +0000</pubDate>
    </item>
    <item>
      <title>bench/emitter/ — bun Directory Structure</title>
      <link>https://repos.supermodeltools.com/bun/dir-bench-emitter.html</link>
      <description>Directory listing for bench/emitter/ in the bun codebase. Contains 0 files and 0 subdirectories.</description>
      <guid>https://repos.supermodeltools.com/bun/dir-bench-emitter.html</guid>
      <pubDate>Thu, 12 Mar 2026 02:14:18 +0000</pubDate>
    </item>
    <item>
      <title>bench/expect-to-equal/ — bun Directory Structure</title>
      <link>https://repos.supermodeltools.com/bun/dir-bench-expect-to-equal.html</link>
      <description>Directory listing for bench/expect-to-equal/ in the bun codebase. Contains 0 files and 0 subdirectories.</description>
      <guid>https://repos.supermodeltools.com/bun/dir-bench-expect-to-equal.html</guid>
      <pubDate>Thu, 12 Mar 2026 02:14:18 +0000</pubDate>
    </item>
    <item>
      <title>bench/ — bun Directory Structure</title>
      <link>https://repos.supermodeltools.com/bun/dir-bench.html</link>
      <description>Directory listing for bench/ in the bun codebase. Contains 0 files and 0 subdirectories.</description>
      <guid>https://repos.supermodeltools.com/bun/dir-bench.html</guid>
      <pubDate>Thu, 12 Mar 2026 02:14:18 +0000</pubDate>
    </item>
    <item>
      <title>BenchmarkRunner Domain — bun Architecture</title>
      <link>https://repos.supermodeltools.com/bun/domain-benchmarkrunner.html</link>
      <description>The central orchestration domain that provides the test harness and execution logic for all performance benchmarks. Architectural overview of the BenchmarkRunner domain in the bun codebase. Contains 11 source files.</description>
      <guid>https://repos.supermodeltools.com/bun/domain-benchmarkrunner.html</guid>
      <pubDate>Thu, 12 Mar 2026 02:14:18 +0000</pubDate>
    </item>
    <item>
      <title>BuildSystem Domain — bun Architecture</title>
      <link>https://repos.supermodeltools.com/bun/domain-buildsystem.html</link>
      <description>The C++ and CMake based infrastructure used to build the Bun binary and its dependency tree. Architectural overview of the BuildSystem domain in the bun codebase. Contains 0 source files.</description>
      <guid>https://repos.supermodeltools.com/bun/domain-buildsystem.html</guid>
      <pubDate>Thu, 12 Mar 2026 02:14:18 +0000</pubDate>
    </item>
    <item>
      <title>CryptoModules Domain — bun Architecture</title>
      <link>https://repos.supermodeltools.com/bun/domain-cryptomodules.html</link>
      <description>Benchmarks cryptographic operations and random number generation using various engine implementations. Architectural overview of the CryptoModules domain in the bun codebase. Contains 0 source files.</description>
      <guid>https://repos.supermodeltools.com/bun/domain-cryptomodules.html</guid>
      <pubDate>Thu, 12 Mar 2026 02:14:18 +0000</pubDate>
    </item>
    <item>
      <title>IOPatterns Domain — bun Architecture</title>
      <link>https://repos.supermodeltools.com/bun/domain-iopatterns.html</link>
      <description>Handles performance measurement for file system and stream operations across Unix-like environments. Architectural overview of the IOPatterns domain in the bun codebase. Contains 1 source files.</description>
      <guid>https://repos.supermodeltools.com/bun/domain-iopatterns.html</guid>
      <pubDate>Thu, 12 Mar 2026 02:14:18 +0000</pubDate>
    </item>
    <item>
      <title>RuntimePrimitives Domain — bun Architecture</title>
      <link>https://repos.supermodeltools.com/bun/domain-runtimeprimitives.html</link>
      <description>Low-level benchmarking of built-in language and runtime features like equality and event emitters. Architectural overview of the RuntimePrimitives domain in the bun codebase. Contains 6 source files.</description>
      <guid>https://repos.supermodeltools.com/bun/domain-runtimeprimitives.html</guid>
      <pubDate>Thu, 12 Mar 2026 02:14:18 +0000</pubDate>
    </item>
    <item>
      <title>AsyncLocalStorage.mjs — bun Source File</title>
      <link>https://repos.supermodeltools.com/bun/file-bench-async-asynclocalstorage-mjs.html</link>
      <description>Architecture documentation for AsyncLocalStorage.mjs, a javascript file in the bun codebase.</description>
      <guid>https://repos.supermodeltools.com/bun/file-bench-async-asynclocalstorage-mjs.html</guid>
      <pubDate>Thu, 12 Mar 2026 02:14:18 +0000</pubDate>
    </item>
    <item>
      <title>bun.js — bun Source File</title>
      <link>https://repos.supermodeltools.com/bun/file-bench-async-bun-js.html</link>
      <description>Architecture documentation for bun.js, a javascript file in the bun codebase.</description>
      <guid>https://repos.supermodeltools.com/bun/file-bench-async-bun-js.html</guid>
      <pubDate>Thu, 12 Mar 2026 02:14:18 +0000</pubDate>
    </item>
    <item>
      <title>deno.js — bun Source File</title>
      <link>https://repos.supermodeltools.com/bun/file-bench-async-deno-js.html</link>
      <description>Architecture documentation for deno.js, a javascript file in the bun codebase.</description>
      <guid>https://repos.supermodeltools.com/bun/file-bench-async-deno-js.html</guid>
      <pubDate>Thu, 12 Mar 2026 02:14:18 +0000</pubDate>
    </item>
    <item>
      <title>node.mjs — bun Source File</title>
      <link>https://repos.supermodeltools.com/bun/file-bench-async-node-mjs.html</link>
      <description>Architecture documentation for node.mjs, a javascript file in the bun codebase.</description>
      <guid>https://repos.supermodeltools.com/bun/file-bench-async-node-mjs.html</guid>
      <pubDate>Thu, 12 Mar 2026 02:14:18 +0000</pubDate>
    </item>
    <item>
      <title>package.json — bun Source File</title>
      <link>https://repos.supermodeltools.com/bun/file-bench-async-package-json.html</link>
      <description>Architecture documentation for package.json, a json file in the bun codebase.</description>
      <guid>https://repos.supermodeltools.com/bun/file-bench-async-package-json.html</guid>
      <pubDate>Thu, 12 Mar 2026 02:14:18 +0000</pubDate>
    </item>
    <item>
      <title>index.ts — bun Source File</title>
      <link>https://repos.supermodeltools.com/bun/file-bench-bundle-index-ts.html</link>
      <description>Architecture documentation for index.ts, a typescript file in the bun codebase.</description>
      <guid>https://repos.supermodeltools.com/bun/file-bench-bundle-index-ts.html</guid>
      <pubDate>Thu, 12 Mar 2026 02:14:18 +0000</pubDate>
    </item>
    <item>
      <title>package.json — bun Source File</title>
      <link>https://repos.supermodeltools.com/bun/file-bench-bundle-package-json.html</link>
      <description>Architecture documentation for package.json, a json file in the bun codebase.</description>
      <guid>https://repos.supermodeltools.com/bun/file-bench-bundle-package-json.html</guid>
      <pubDate>Thu, 12 Mar 2026 02:14:18 +0000</pubDate>
    </item>
    <item>
      <title>tsconfig.json — bun Source File</title>
      <link>https://repos.supermodeltools.com/bun/file-bench-bundle-tsconfig-json.html</link>
      <description>Architecture documentation for tsconfig.json, a json file in the bun codebase.</description>
      <guid>https://repos.supermodeltools.com/bun/file-bench-bundle-tsconfig-json.html</guid>
      <pubDate>Thu, 12 Mar 2026 02:14:18 +0000</pubDate>
    </item>
    <item>
      <title>bun.js — bun Source File</title>
      <link>https://repos.supermodeltools.com/bun/file-bench-cat-bun-js.html</link>
      <description>Architecture documentation for bun.js, a javascript file in the bun codebase.</description>
      <guid>https://repos.supermodeltools.com/bun/file-bench-cat-bun-js.html</guid>
      <pubDate>Thu, 12 Mar 2026 02:14:18 +0000</pubDate>
    </item>
    <item>
      <title>cat.mjs — bun Source File</title>
      <link>https://repos.supermodeltools.com/bun/file-bench-cat-cat-mjs.html</link>
      <description>Architecture documentation for cat.mjs, a javascript file in the bun codebase.</description>
      <guid>https://repos.supermodeltools.com/bun/file-bench-cat-cat-mjs.html</guid>
      <pubDate>Thu, 12 Mar 2026 02:14:18 +0000</pubDate>
    </item>
    <item>
      <title>node.js — bun Source File</title>
      <link>https://repos.supermodeltools.com/bun/file-bench-cat-node-js.html</link>
      <description>Architecture documentation for node.js, a javascript file in the bun codebase.</description>
      <guid>https://repos.supermodeltools.com/bun/file-bench-cat-node-js.html</guid>
      <pubDate>Thu, 12 Mar 2026 02:14:18 +0000</pubDate>
    </item>
    <item>
      <title>bun.js — bun Source File</title>
      <link>https://repos.supermodeltools.com/bun/file-bench-copyfile-bun-js.html</link>
      <description>Architecture documentation for bun.js, a javascript file in the bun codebase.</description>
      <guid>https://repos.supermodeltools.com/bun/file-bench-copyfile-bun-js.html</guid>
      <pubDate>Thu, 12 Mar 2026 02:14:18 +0000</pubDate>
    </item>
    <item>
      <title>node.mitata.mjs — bun Source File</title>
      <link>https://repos.supermodeltools.com/bun/file-bench-copyfile-node-mitata-mjs.html</link>
      <description>Architecture documentation for node.mitata.mjs, a javascript file in the bun codebase.</description>
      <guid>https://repos.supermodeltools.com/bun/file-bench-copyfile-node-mitata-mjs.html</guid>
      <pubDate>Thu, 12 Mar 2026 02:14:18 +0000</pubDate>
    </item>
    <item>
      <title>node.mjs — bun Source File</title>
      <link>https://repos.supermodeltools.com/bun/file-bench-copyfile-node-mjs.html</link>
      <description>Architecture documentation for node.mjs, a javascript file in the bun codebase.</description>
      <guid>https://repos.supermodeltools.com/bun/file-bench-copyfile-node-mjs.html</guid>
      <pubDate>Thu, 12 Mar 2026 02:14:18 +0000</pubDate>
    </item>
    <item>
      <title>node-streams.js — bun Source File</title>
      <link>https://repos.supermodeltools.com/bun/file-bench-copyfile-node-streams-js.html</link>
      <description>Architecture documentation for node-streams.js, a javascript file in the bun codebase.</description>
      <guid>https://repos.supermodeltools.com/bun/file-bench-copyfile-node-streams-js.html</guid>
      <pubDate>Thu, 12 Mar 2026 02:14:18 +0000</pubDate>
    </item>
    <item>
      <title>aes-gcm-throughput.mjs — bun Source File</title>
      <link>https://repos.supermodeltools.com/bun/file-bench-crypto-aes-gcm-throughput-mjs.html</link>
      <description>Architecture documentation for aes-gcm-throughput.mjs, a javascript file in the bun codebase.</description>
      <guid>https://repos.supermodeltools.com/bun/file-bench-crypto-aes-gcm-throughput-mjs.html</guid>
      <pubDate>Thu, 12 Mar 2026 02:14:18 +0000</pubDate>
    </item>
    <item>
      <title>asymmetricCipher.js — bun Source File</title>
      <link>https://repos.supermodeltools.com/bun/file-bench-crypto-asymmetriccipher-js.html</link>
      <description>Architecture documentation for asymmetricCipher.js, a javascript file in the bun codebase.</description>
      <guid>https://repos.supermodeltools.com/bun/file-bench-crypto-asymmetriccipher-js.html</guid>
      <pubDate>Thu, 12 Mar 2026 02:14:18 +0000</pubDate>
    </item>
    <item>
      <title>asymmetricSign.js — bun Source File</title>
      <link>https://repos.supermodeltools.com/bun/file-bench-crypto-asymmetricsign-js.html</link>
      <description>Architecture documentation for asymmetricSign.js, a javascript file in the bun codebase.</description>
      <guid>https://repos.supermodeltools.com/bun/file-bench-crypto-asymmetricsign-js.html</guid>
      <pubDate>Thu, 12 Mar 2026 02:14:18 +0000</pubDate>
    </item>
    <item>
      <title>diffie-hellman.mjs — bun Source File</title>
      <link>https://repos.supermodeltools.com/bun/file-bench-crypto-diffie-hellman-mjs.html</link>
      <description>Architecture documentation for diffie-hellman.mjs, a javascript file in the bun codebase.</description>
      <guid>https://repos.supermodeltools.com/bun/file-bench-crypto-diffie-hellman-mjs.html</guid>
      <pubDate>Thu, 12 Mar 2026 02:14:18 +0000</pubDate>
    </item>
    <item>
      <title>ecdh-convert-key.mjs — bun Source File</title>
      <link>https://repos.supermodeltools.com/bun/file-bench-crypto-ecdh-convert-key-mjs.html</link>
      <description>Architecture documentation for ecdh-convert-key.mjs, a javascript file in the bun codebase.</description>
      <guid>https://repos.supermodeltools.com/bun/file-bench-crypto-ecdh-convert-key-mjs.html</guid>
      <pubDate>Thu, 12 Mar 2026 02:14:18 +0000</pubDate>
    </item>
    <item>
      <title>hkdf.mjs — bun Source File</title>
      <link>https://repos.supermodeltools.com/bun/file-bench-crypto-hkdf-mjs.html</link>
      <description>Architecture documentation for hkdf.mjs, a javascript file in the bun codebase.</description>
      <guid>https://repos.supermodeltools.com/bun/file-bench-crypto-hkdf-mjs.html</guid>
      <pubDate>Thu, 12 Mar 2026 02:14:18 +0000</pubDate>
    </item>
    <item>
      <title>primes.mjs — bun Source File</title>
      <link>https://repos.supermodeltools.com/bun/file-bench-crypto-primes-mjs.html</link>
      <description>Architecture documentation for primes.mjs, a javascript file in the bun codebase.</description>
      <guid>https://repos.supermodeltools.com/bun/file-bench-crypto-primes-mjs.html</guid>
      <pubDate>Thu, 12 Mar 2026 02:14:18 +0000</pubDate>
    </item>
    <item>
      <title>random.mjs — bun Source File</title>
      <link>https://repos.supermodeltools.com/bun/file-bench-crypto-random-mjs.html</link>
      <description>Architecture documentation for random.mjs, a javascript file in the bun codebase.</description>
      <guid>https://repos.supermodeltools.com/bun/file-bench-crypto-random-mjs.html</guid>
      <pubDate>Thu, 12 Mar 2026 02:14:18 +0000</pubDate>
    </item>
    <item>
      <title>map.js — bun Source File</title>
      <link>https://repos.supermodeltools.com/bun/file-bench-deepequal-map-js.html</link>
      <description>Architecture documentation for map.js, a javascript file in the bun codebase.</description>
      <guid>https://repos.supermodeltools.com/bun/file-bench-deepequal-map-js.html</guid>
      <pubDate>Thu, 12 Mar 2026 02:14:18 +0000</pubDate>
    </item>
    <item>
      <title>set.js — bun Source File</title>
      <link>https://repos.supermodeltools.com/bun/file-bench-deepequal-set-js.html</link>
      <description>Architecture documentation for set.js, a javascript file in the bun codebase.</description>
      <guid>https://repos.supermodeltools.com/bun/file-bench-deepequal-set-js.html</guid>
      <pubDate>Thu, 12 Mar 2026 02:14:18 +0000</pubDate>
    </item>
    <item>
      <title>implementations.mjs — bun Source File</title>
      <link>https://repos.supermodeltools.com/bun/file-bench-emitter-implementations-mjs.html</link>
      <description>Architecture documentation for implementations.mjs, a javascript file in the bun codebase.</description>
      <guid>https://repos.supermodeltools.com/bun/file-bench-emitter-implementations-mjs.html</guid>
      <pubDate>Thu, 12 Mar 2026 02:14:18 +0000</pubDate>
    </item>
    <item>
      <title>microbench.mjs — bun Source File</title>
      <link>https://repos.supermodeltools.com/bun/file-bench-emitter-microbench-mjs.html</link>
      <description>Architecture documentation for microbench.mjs, a javascript file in the bun codebase.</description>
      <guid>https://repos.supermodeltools.com/bun/file-bench-emitter-microbench-mjs.html</guid>
      <pubDate>Thu, 12 Mar 2026 02:14:18 +0000</pubDate>
    </item>
    <item>
      <title>microbench_once.mjs — bun Source File</title>
      <link>https://repos.supermodeltools.com/bun/file-bench-emitter-microbench-once-mjs.html</link>
      <description>Architecture documentation for microbench_once.mjs, a javascript file in the bun codebase.</description>
      <guid>https://repos.supermodeltools.com/bun/file-bench-emitter-microbench-once-mjs.html</guid>
      <pubDate>Thu, 12 Mar 2026 02:14:18 +0000</pubDate>
    </item>
    <item>
      <title>realworld_stream.mjs — bun Source File</title>
      <link>https://repos.supermodeltools.com/bun/file-bench-emitter-realworld-stream-mjs.html</link>
      <description>Architecture documentation for realworld_stream.mjs, a javascript file in the bun codebase.</description>
      <guid>https://repos.supermodeltools.com/bun/file-bench-emitter-realworld-stream-mjs.html</guid>
      <pubDate>Thu, 12 Mar 2026 02:14:18 +0000</pubDate>
    </item>
    <item>
      <title>expect-to-equal.test.js — bun Source File</title>
      <link>https://repos.supermodeltools.com/bun/file-bench-expect-to-equal-expect-to-equal-test-js.html</link>
      <description>Architecture documentation for expect-to-equal.test.js, a javascript file in the bun codebase.</description>
      <guid>https://repos.supermodeltools.com/bun/file-bench-expect-to-equal-expect-to-equal-test-js.html</guid>
      <pubDate>Thu, 12 Mar 2026 02:14:18 +0000</pubDate>
    </item>
    <item>
      <title>expect-to-equal.vitest.test.js — bun Source File</title>
      <link>https://repos.supermodeltools.com/bun/file-bench-expect-to-equal-expect-to-equal-vitest-test-js.html</link>
      <description>Architecture documentation for expect-to-equal.vitest.test.js, a javascript file in the bun codebase.</description>
      <guid>https://repos.supermodeltools.com/bun/file-bench-expect-to-equal-expect-to-equal-vitest-test-js.html</guid>
      <pubDate>Thu, 12 Mar 2026 02:14:18 +0000</pubDate>
    </item>
    <item>
      <title>index.ts — bun Source File</title>
      <link>https://repos.supermodeltools.com/bun/file-bench-expect-to-equal-index-ts.html</link>
      <description>Architecture documentation for index.ts, a typescript file in the bun codebase.</description>
      <guid>https://repos.supermodeltools.com/bun/file-bench-expect-to-equal-index-ts.html</guid>
      <pubDate>Thu, 12 Mar 2026 02:14:18 +0000</pubDate>
    </item>
    <item>
      <title>package.json — bun Source File</title>
      <link>https://repos.supermodeltools.com/bun/file-bench-expect-to-equal-package-json.html</link>
      <description>Architecture documentation for package.json, a json file in the bun codebase.</description>
      <guid>https://repos.supermodeltools.com/bun/file-bench-expect-to-equal-package-json.html</guid>
      <pubDate>Thu, 12 Mar 2026 02:14:18 +0000</pubDate>
    </item>
    <item>
      <title>tsconfig.json — bun Source File</title>
      <link>https://repos.supermodeltools.com/bun/file-bench-expect-to-equal-tsconfig-json.html</link>
      <description>Architecture documentation for tsconfig.json, a json file in the bun codebase.</description>
      <guid>https://repos.supermodeltools.com/bun/file-bench-expect-to-equal-tsconfig-json.html</guid>
      <pubDate>Thu, 12 Mar 2026 02:14:18 +0000</pubDate>
    </item>
    <item>
      <title>fn() — bun Function Reference</title>
      <link>https://repos.supermodeltools.com/bun/fn-asynclocalstorage-mjs-fn.html</link>
      <description>Architecture documentation for the fn() function in AsyncLocalStorage.mjs from the bun codebase.</description>
      <guid>https://repos.supermodeltools.com/bun/fn-asynclocalstorage-mjs-fn.html</guid>
      <pubDate>Thu, 12 Mar 2026 02:14:18 +0000</pubDate>
    </item>
    <item>
      <title>runWithExpiry() — bun Function Reference</title>
      <link>https://repos.supermodeltools.com/bun/fn-asynclocalstorage-mjs-runwithexpiry.html</link>
      <description>Architecture documentation for the runWithExpiry() function in AsyncLocalStorage.mjs from the bun codebase.</description>
      <guid>https://repos.supermodeltools.com/bun/fn-asynclocalstorage-mjs-runwithexpiry.html</guid>
      <pubDate>Thu, 12 Mar 2026 02:14:18 +0000</pubDate>
    </item>
    <item>
      <title>generateTestKeyPairs() — bun Function Reference</title>
      <link>https://repos.supermodeltools.com/bun/fn-ecdh-convert-key-mjs-generatetestkeypairs.html</link>
      <description>Architecture documentation for the generateTestKeyPairs() function in ecdh-convert-key.mjs from the bun codebase.</description>
      <guid>https://repos.supermodeltools.com/bun/fn-ecdh-convert-key-mjs-generatetestkeypairs.html</guid>
      <pubDate>Thu, 12 Mar 2026 02:14:18 +0000</pubDate>
    </item>
    <item>
      <title>groupForEmitter() — bun Function Reference</title>
      <link>https://repos.supermodeltools.com/bun/fn-implementations-mjs-groupforemitter.html</link>
      <description>Architecture documentation for the groupForEmitter() function in implementations.mjs from the bun codebase.</description>
      <guid>https://repos.supermodeltools.com/bun/fn-implementations-mjs-groupforemitter.html</guid>
      <pubDate>Thu, 12 Mar 2026 02:14:18 +0000</pubDate>
    </item>
    <item>
      <title>constructor() — bun Function Reference</title>
      <link>https://repos.supermodeltools.com/bun/fn-map-js-constructor.html</link>
      <description>Architecture documentation for the constructor() function in map.js from the bun codebase.</description>
      <guid>https://repos.supermodeltools.com/bun/fn-map-js-constructor.html</guid>
      <pubDate>Thu, 12 Mar 2026 02:14:18 +0000</pubDate>
    </item>
    <item>
      <title>genPairs() — bun Function Reference</title>
      <link>https://repos.supermodeltools.com/bun/fn-map-js-genpairs.html</link>
      <description>Architecture documentation for the genPairs() function in map.js from the bun codebase.</description>
      <guid>https://repos.supermodeltools.com/bun/fn-map-js-genpairs.html</guid>
      <pubDate>Thu, 12 Mar 2026 02:14:18 +0000</pubDate>
    </item>
    <item>
      <title>runner() — bun Function Reference</title>
      <link>https://repos.supermodeltools.com/bun/fn-node-mitata-mjs-runner.html</link>
      <description>Architecture documentation for the runner() function in node.mitata.mjs from the bun codebase.</description>
      <guid>https://repos.supermodeltools.com/bun/fn-node-mitata-mjs-runner.html</guid>
      <pubDate>Thu, 12 Mar 2026 02:14:18 +0000</pubDate>
    </item>
    <item>
      <title>chunks() — bun Function Reference</title>
      <link>https://repos.supermodeltools.com/bun/fn-realworld-stream-mjs-chunks.html</link>
      <description>Architecture documentation for the chunks() function in realworld_stream.mjs from the bun codebase.</description>
      <guid>https://repos.supermodeltools.com/bun/fn-realworld-stream-mjs-chunks.html</guid>
      <pubDate>Thu, 12 Mar 2026 02:14:18 +0000</pubDate>
    </item>
    <item>
      <title>nextInt() — bun Function Reference</title>
      <link>https://repos.supermodeltools.com/bun/fn-realworld-stream-mjs-nextint.html</link>
      <description>Architecture documentation for the nextInt() function in realworld_stream.mjs from the bun codebase.</description>
      <guid>https://repos.supermodeltools.com/bun/fn-realworld-stream-mjs-nextint.html</guid>
      <pubDate>Thu, 12 Mar 2026 02:14:18 +0000</pubDate>
    </item>
    <item>
      <title>nextRange() — bun Function Reference</title>
      <link>https://repos.supermodeltools.com/bun/fn-realworld-stream-mjs-nextrange.html</link>
      <description>Architecture documentation for the nextRange() function in realworld_stream.mjs from the bun codebase.</description>
      <guid>https://repos.supermodeltools.com/bun/fn-realworld-stream-mjs-nextrange.html</guid>
      <pubDate>Thu, 12 Mar 2026 02:14:18 +0000</pubDate>
    </item>
    <item>
      <title>constructor() — bun Function Reference</title>
      <link>https://repos.supermodeltools.com/bun/fn-set-js-constructor.html</link>
      <description>Architecture documentation for the constructor() function in set.js from the bun codebase.</description>
      <guid>https://repos.supermodeltools.com/bun/fn-set-js-constructor.html</guid>
      <pubDate>Thu, 12 Mar 2026 02:14:18 +0000</pubDate>
    </item>
    <item>
      <title>genValues() — bun Function Reference</title>
      <link>https://repos.supermodeltools.com/bun/fn-set-js-genvalues.html</link>
      <description>Architecture documentation for the genValues() function in set.js from the bun codebase.</description>
      <guid>https://repos.supermodeltools.com/bun/fn-set-js-genvalues.html</guid>
      <pubDate>Thu, 12 Mar 2026 02:14:18 +0000</pubDate>
    </item>
    <item>
      <title>AsyncTesting — bun Architecture</title>
      <link>https://repos.supermodeltools.com/bun/subdomain-asynctesting.html</link>
      <description>Specific logic for gauging overhead of AsyncLocalStorage and Promises Architecture documentation for the AsyncTesting subdomain (part of BenchmarkRunner domain) in the bun codebase. Contains 0 source files.</description>
      <guid>https://repos.supermodeltools.com/bun/subdomain-asynctesting.html</guid>
      <pubDate>Thu, 12 Mar 2026 02:14:18 +0000</pubDate>
    </item>
    <item>
      <title>EventEmitters — bun Architecture</title>
      <link>https://repos.supermodeltools.com/bun/subdomain-eventemitters.html</link>
      <description>Comparing Bun&#39;s C++ emitter against node:events Architecture documentation for the EventEmitters subdomain (part of RuntimePrimitives domain) in the bun codebase. Contains 0 source files.</description>
      <guid>https://repos.supermodeltools.com/bun/subdomain-eventemitters.html</guid>
      <pubDate>Thu, 12 Mar 2026 02:14:18 +0000</pubDate>
    </item>
    <item>
      <title>FileSystem — bun Architecture</title>
      <link>https://repos.supermodeltools.com/bun/subdomain-filesystem.html</link>
      <description>Direct file descriptor interactions and copy operations Architecture documentation for the FileSystem subdomain (part of IOPatterns domain) in the bun codebase. Contains 0 source files.</description>
      <guid>https://repos.supermodeltools.com/bun/subdomain-filesystem.html</guid>
      <pubDate>Thu, 12 Mar 2026 02:14:18 +0000</pubDate>
    </item>
    <item>
      <title>Harness — bun Architecture</title>
      <link>https://repos.supermodeltools.com/bun/subdomain-harness.html</link>
      <description>Core execution logic using runner.mjs to wrap test cases Architecture documentation for the Harness subdomain (part of BenchmarkRunner domain) in the bun codebase. Contains 0 source files.</description>
      <guid>https://repos.supermodeltools.com/bun/subdomain-harness.html</guid>
      <pubDate>Thu, 12 Mar 2026 02:14:18 +0000</pubDate>
    </item>
  </channel>
</rss>