Skip to content

feat: Support buffers as an input in server mode#159

Merged
dmtrKovalenko merged 1 commit intomainfrom
feat/buffer-compare
Nov 30, 2025
Merged

feat: Support buffers as an input in server mode#159
dmtrKovalenko merged 1 commit intomainfrom
feat/buffer-compare

Conversation

@dmtrKovalenko
Copy link
Copy Markdown
Owner

closes #53

This implements a pretty efficient way to accept buffers as an input by receiving the buffer length as an input in the command and reading excact amount of bytes

@dmtrKovalenko dmtrKovalenko force-pushed the feat/buffer-compare branch 5 times, most recently from 39baac9 to 18741bc Compare November 30, 2025 05:47
closes #53

This implements a pretty efficient way to accept buffers as an input by
receiving the buffer length as an input in the command and reading
excact amount of bytes
@dmtrKovalenko dmtrKovalenko merged commit 8f9379c into main Nov 30, 2025
11 checks passed
@dmtrKovalenko dmtrKovalenko deleted the feat/buffer-compare branch November 30, 2025 05:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

accept buffers as input

1 participant