mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 07:25:52 +03:00
[PR #330] [MERGED] Chunk fetching no longer requires 4-byte alignment #482
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#482
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jpochyla/psst/pull/330
Author: @luukvanderduim
Created: 8/23/2022
Status: ✅ Merged
Merged: 9/22/2022
Merged by: @jpochyla
Base:
master← Head:remove_aligned_reads📝 Commits (1)
5f698d2Chunk fetching no longer requires 4-byte alignment📊 Changes
1 file changed (+3 additions, -12 deletions)
View changed files
📝
psst-core/src/player/storage.rs(+3 -12)📄 Description
As learned in discussion #308, Psst no longer require 4-byte alignment on fetching data chunks.
This removes functions
round_down_to_multipleandround_up_to_multiple,and adjusts the
Readimplementation forStreamReaderaccordingly.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.