Skip to content

Commit

Permalink
chore: unsafe alloc of decrypted output
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Nov 25, 2023
1 parent 669f46b commit e76821b
Show file tree
Hide file tree
Showing 237 changed files with 14 additions and 12 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
2 changes: 1 addition & 1 deletion perf/impl/js-libp2p/v1.0-no-copy/yamux/dist/index.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion perf/impl/js-libp2p/v1.0-no-copy/yamux/dist/src/muxer.d.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import { type Pushable } from 'it-pushable';
import { Uint8ArrayList } from 'uint8arraylist';
import { type Config } from './config.js';
import { GoAwayCode } from './frame.js';
import { YamuxStream } from './stream.js';
import type { AbortOptions } from '@libp2p/interface';
import type { StreamMuxer, StreamMuxerFactory, StreamMuxerInit } from '@libp2p/interface/stream-muxer';
import type { Sink, Source } from 'it-stream-types';
import type { Uint8ArrayList } from 'uint8arraylist';
export interface YamuxMuxerInit extends StreamMuxerInit, Partial<Config> {
}
export declare class Yamux implements StreamMuxerFactory {
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions perf/impl/js-libp2p/v1.0-no-copy/yamux/dist/src/muxer.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e76821b

Please sign in to comment.