Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Static(Bsatn)Layout::deserialize_row_into #2032

Merged
merged 1 commit into from
Dec 3, 2024

Conversation

Centril
Copy link
Contributor

@Centril Centril commented Dec 3, 2024

Description of Changes

Add Static(Bsatn)Layout::deserialize_row_into for a fast-path BSATN -> BFLATN conversion.
Rename StaticBsatnLayout to StaticLayout to reflect that it now also serves the other direction.

API and ABI breaking changes

None

Testing

A proptest known_bflatn_same_as_pv_from is added to ensure that the fast path results in the same BFLATN as the general path.

Rename `StaticBsatnLayout` -> `StaticLayout` reflecting serving both directions now.
@Centril Centril requested a review from gefjon December 3, 2024 15:49
@Centril Centril enabled auto-merge December 3, 2024 15:53
@Centril Centril added this pull request to the merge queue Dec 3, 2024
Merged via the queue into master with commit 03cf2f4 Dec 3, 2024
10 checks passed
@Centril Centril deleted the centril/bsatn-to-bflatn-cont branch December 3, 2024 16:37
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.

2 participants