asonix/use-bytes-stream #52

Merged
asonix merged 12 commits from asonix/use-bytes-stream into main 2024-02-23 01:36:10 +00:00
Owner

Avoid coalescing chunked bytes into single allocations by using BytesStream directly

Unrelated: remove Unpin and 'static bounds from save methods on Store, avoid boxing in two locations

Avoid coalescing chunked bytes into single allocations by using BytesStream directly Unrelated: remove Unpin and 'static bounds from save methods on Store, avoid boxing in two locations
asonix added 10 commits 2024-02-23 00:16:35 +00:00
Some checks failed
/ tests (pull_request) Successful in 1m48s
/ check (x86_64-unknown-linux-musl) (pull_request) Successful in 2m25s
/ clippy (pull_request) Failing after 1m0s
/ check (aarch64-unknown-linux-musl) (pull_request) Successful in 1m54s
/ check (armv7-unknown-linux-musleabihf) (pull_request) Successful in 1m55s
3470a6caf0
Don't start minio
asonix added 1 commit 2024-02-23 00:23:47 +00:00
Some checks failed
/ tests (pull_request) Successful in 2m57s
/ clippy (pull_request) Failing after 1m28s
/ check (aarch64-unknown-linux-musl) (pull_request) Successful in 2m40s
/ check (armv7-unknown-linux-musleabihf) (pull_request) Successful in 3m5s
/ check (x86_64-unknown-linux-musl) (pull_request) Successful in 3m1s
d73e683d48
Remove unused From
asonix added 1 commit 2024-02-23 00:55:23 +00:00
All checks were successful
/ tests (pull_request) Successful in 2m18s
/ clippy (pull_request) Successful in 2m10s
/ check (aarch64-unknown-linux-musl) (pull_request) Successful in 2m59s
/ check (armv7-unknown-linux-musleabihf) (pull_request) Successful in 3m0s
/ check (x86_64-unknown-linux-musl) (pull_request) Successful in 1m51s
6a6c61058a
Split save_stream for object storage to early-drop stack-pinned stream
asonix merged commit ca13b7b30b into main 2024-02-23 01:36:10 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: asonix/pict-rs#52
No description provided.