Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WinterTC55/iter-streams
/ functions
Functions
947 in github.com/WinterTC55/iter-streams
⨍
Functions
947
◇
Types & classes
113
↓ 1 callers
Function
applyStatefulAsyncTransform
* Apply a single stateful async transform to a source.
src/pull.js:790
↓ 1 callers
Function
applyStatefulSyncTransform
* Apply a single stateful sync transform to a source.
src/pull.ts:295
↓ 1 callers
Function
applyStatefulSyncTransform
* Apply a single stateful sync transform to a source.
src/pull.js:529
↓ 1 callers
Function
applyStatelessAsyncTransform
* Apply a single stateless async transform to a source.
src/pull.ts:365
↓ 1 callers
Function
applyStatelessAsyncTransform
* Apply a single stateless async transform to a source.
src/pull.js:637
↓ 1 callers
Function
applyStatelessSyncTransform
* Apply a single stateless sync transform to a source.
src/pull.ts:282
↓ 1 callers
Function
applyStatelessSyncTransform
* Apply a single stateless sync transform to a source.
src/pull.js:504
↓ 1 callers
Function
asyncChunks
()
samples/01-basic-creation.ts:91
↓ 1 callers
Function
asyncGen
()
benchmarks/profile-bottlenecks.ts:54
↓ 1 callers
Function
asyncGen
()
benchmarks/profile-systematic.ts:52
↓ 1 callers
Function
asyncGen
()
benchmarks/profile-systematic2.ts:63
↓ 1 callers
Function
badSource
()
samples/10-merging-concat.ts:206
↓ 1 callers
Function
batchedAsyncGen
()
benchmarks/profile-bottlenecks.ts:64
↓ 1 callers
Function
broadcast
(options?: BroadcastOptions)
src/broadcast.ts:769
↓ 1 callers
Method
cancel
* Cancel all consumers and close source.
src/share.ts:560
↓ 1 callers
Function
chunkedEncode
(chunks: string[])
samples/10-merging-concat.ts:250
↓ 1 callers
Function
cleanup
()
benchmarks/bench-bun-file-streams.ts:48
↓ 1 callers
Function
cleanup
()
benchmarks/bench-deno-file-streams.ts:44
↓ 1 callers
Function
collectSync
(source)
benchmarks/html/benchmarks.js:251
↓ 1 callers
Function
combined
()
samples/10-merging-concat.ts:65
↓ 1 callers
Function
compressGzip
()
benchmarks/bench-bun-file-streams.ts:159
↓ 1 callers
Function
compressGzip
()
benchmarks/bench-deno-file-streams.ts:110
↓ 1 callers
Function
concat
(...sources: AsyncIterable<T>[])
samples/10-merging-concat.ts:27
↓ 1 callers
Function
countingGenerator
()
samples/02-consumption-methods.ts:104
↓ 1 callers
Function
createAes256CbcDecryptTransform
( key: Uint8Array, params: EncryptionParams )
samples/15-encryption.ts:302
↓ 1 callers
Function
createAes256CbcEncryptTransform
(key: Uint8Array)
samples/15-encryption.ts:227
↓ 1 callers
Function
createBatchTransformNewAPI
* Transform that batches input into 16KB chunks (New Streams API).
samples/cloudflare-worker/src/index.ts:251
↓ 1 callers
Function
createBatchTransformWebStreams
* Transform that batches input into 16KB chunks (Web Streams).
samples/cloudflare-worker/src/index.ts:125
↓ 1 callers
Function
createBrotliCompressTransform
(options?: zlib.BrotliOptions)
samples/14-compression.ts:364
↓ 1 callers
Function
createBrotliDecompressTransform
(options?: zlib.BrotliOptions)
samples/14-compression.ts:367
↓ 1 callers
Function
createBurstDirectStream
* Create a Bun Direct ReadableStream that writes ALL chunks in a single * pull() call. This is the "burst write" pattern — Direct RS's intended * sw
benchmarks/17-bun-direct-streams.ts:103
↓ 1 callers
Function
createChaCha20Poly1305DecryptTransform
( key: Uint8Array, params: EncryptionParams, aad?: Uint8Array )
samples/15-encryption.ts:464
↓ 1 callers
Function
createChaCha20Poly1305EncryptTransform
( key: Uint8Array, aad?: Uint8Array )
samples/15-encryption.ts:379
↓ 1 callers
Function
createCsvParser
()
samples/11-real-world-patterns.ts:85
↓ 1 callers
Function
createDeflateTransform
(options?: zlib.ZlibOptions)
samples/14-compression.ts:358
↓ 1 callers
Function
createFastWebStreamXor
()
benchmarks/14-fast-ws-pipelines.ts:175
↓ 1 callers
Function
createFixture
(size: number)
benchmarks/bench-bun-file-streams.ts:32
↓ 1 callers
Function
createFixture
(size: number)
benchmarks/bench-deno-file-streams.ts:28
↓ 1 callers
Function
createGunzipTransform
()
samples/15-encryption.ts:662
↓ 1 callers
Function
createGzipTransform
()
samples/15-encryption.ts:608
↓ 1 callers
Function
createGzipTransformStream
()
benchmarks/bench-bun-file-streams.ts:75
↓ 1 callers
Function
createHashTap
* Create a hash-logging tap transform. * * Stream.tap() is perfect for observation without branching: * - No separate consumer branch needed * - N
samples/cloudflare-worker/src/index.ts:345
↓ 1 callers
Function
createInflateTransform
(options?: zlib.ZlibOptions)
samples/14-compression.ts:361
↓ 1 callers
Function
createJsonlParser
()
samples/11-real-world-patterns.ts:27
↓ 1 callers
Function
createLoremStreamNewAPI
* Generate lorem ipsum text using the new streams API.
samples/cloudflare-worker/src/index.ts:214
↓ 1 callers
Function
createLoremStreamWebStreams
* Generate lorem ipsum text using Web Streams ReadableStream.
samples/cloudflare-worker/src/index.ts:83
↓ 1 callers
Function
createNewStreamXor
()
benchmarks/04-pipelines.ts:122
↓ 1 callers
Function
createNewStreamXor
()
benchmarks/14-fast-ws-pipelines.ts:154
↓ 1 callers
Function
createNodeStreamXor
()
benchmarks/04-pipelines.ts:174
↓ 1 callers
Function
createNodeStreamXor
()
benchmarks/14-fast-ws-pipelines.ts:237
↓ 1 callers
Method
createRawConsumer
* Create a raw consumer iterable (internal helper).
src/broadcast.ts:160
↓ 1 callers
Method
createRawConsumer
* Create a raw consumer iterable (internal helper).
src/share.ts:437
↓ 1 callers
Function
createReadable
* Create the readable async iterable from a queue.
src/push.ts:670
↓ 1 callers
Function
createReadable
* Create the readable async iterable from a queue.
src/push.js:642
↓ 1 callers
Function
createSseParser
()
samples/11-real-world-patterns.ts:317
↓ 1 callers
Function
createWebStreamXor
()
benchmarks/04-pipelines.ts:143
↓ 1 callers
Function
createWebStreamXor
()
benchmarks/14-fast-ws-pipelines.ts:206
↓ 1 callers
Function
dataSource
()
samples/11-real-world-patterns.ts:492
↓ 1 callers
Function
decryptMessage
(password: string, envelope: Uint8Array)
samples/15-encryption.ts:1109
↓ 1 callers
Function
encryptMessage
(password: string, plaintext: string)
samples/15-encryption.ts:1091
↓ 1 callers
Method
end
()
samples/util.ts:117
↓ 1 callers
Method
endSync
()
samples/util.ts:72
↓ 1 callers
Function
errorSource
()
samples/09-resource-management.ts:406
↓ 1 callers
Function
errorSource
()
samples/08-cancellation.ts:300
↓ 1 callers
Function
errorSource
()
src/share.test.ts:239
↓ 1 callers
Function
erroringSource
()
samples/13-web-streams-interop.ts:391
↓ 1 callers
Method
fail
(reason?: any)
src/broadcast.ts:713
↓ 1 callers
Method
fail
(reason?: any)
src/push.ts:643
↓ 1 callers
Method
failSync
(reason?: any)
src/broadcast.ts:725
↓ 1 callers
Method
failSync
(reason?: any)
src/push.ts:648
↓ 1 callers
Function
fast
()
samples/10-merging-concat.ts:94
↓ 1 callers
Function
fileSource
()
benchmarks/bench-bun-file-streams.ts:223
↓ 1 callers
Function
fileSource
()
benchmarks/bench-deno-file-streams.ts:158
↓ 1 callers
Function
fileStream
(handle: FakeFileHandle)
samples/09-resource-management.ts:343
↓ 1 callers
Function
formatSize
(bytes: number)
benchmarks/bench-bun-file-streams.ts:52
↓ 1 callers
Function
formatSize
(bytes: number)
benchmarks/bench-deno-file-streams.ts:49
↓ 1 callers
Function
from
(input: ByteInput | Streamable)
src/from.ts:520
↓ 1 callers
Function
generateChunks
()
samples/01-basic-creation.ts:46
↓ 1 callers
Function
generateData
()
samples/14-compression.ts:487
↓ 1 callers
Function
generateData
(size: number)
benchmarks/utils.ts:526
↓ 1 callers
Function
generateJsonRecords
()
samples/14-compression.ts:751
↓ 1 callers
Function
generateLines
()
samples/14-compression.ts:424
↓ 1 callers
Function
generateRecords
()
samples/14-compression.ts:562
↓ 1 callers
Function
generateRecords
()
samples/15-encryption.ts:797
↓ 1 callers
Method
getAccessCount
()
samples/03-branching.ts:194
↓ 1 callers
Function
getDecoder
(encoding: Encoding)
samples/14-compression.ts:696
↓ 1 callers
Function
getEncoder
(encoding: Encoding)
samples/14-compression.ts:687
↓ 1 callers
Method
getMinCursor
* Get the slowest consumer's cursor position.
src/broadcast.ts:361
↓ 1 callers
Method
getMinCursor
* Get the slowest consumer's cursor position.
src/share.ts:615
↓ 1 callers
Function
goodSource
()
samples/10-merging-concat.ts:200
↓ 1 callers
Function
handleNewStreams
* Handle request using the new streams API. * * Optimizations over Web Streams approach: * 1. Generator-based source - no manual ReadableStream con
samples/cloudflare-worker/src/index.ts:392
↓ 1 callers
Function
handleWebStreams
* Handle request using Web Streams API.
samples/cloudflare-worker/src/index.ts:178
↓ 1 callers
Function
hasCustomToString
* Check if object has a custom toString() (not Object.prototype.toString).
src/from.js:145
↓ 1 callers
Function
hasCustomToString
* Check if object has a custom toString() (not Object.prototype.toString).
src/from.ts:95
↓ 1 callers
Function
hasToPrimitive
* Check if object has Symbol.toPrimitive.
src/from.js:152
↓ 1 callers
Function
hasToPrimitive
* Check if object has Symbol.toPrimitive.
src/from.ts:103
↓ 1 callers
Function
hashBranchWebStreams
* Process a stream branch to generate hashes (Web Streams).
samples/cloudflare-worker/src/index.ts:154
↓ 1 callers
Function
httpResponse
()
samples/10-merging-concat.ts:301
↓ 1 callers
Function
isBroadcastable
* Check if value implements Broadcastable protocol.
src/broadcast.ts:797
↓ 1 callers
Function
isBroadcastable
* Check if value implements Broadcastable protocol.
src/broadcast.js:780
← previous
next →
301–400 of 947, ranked by callers