Skip to content

Prepare static-alloc for 0.3.0 - #88

Merged
197g merged 10 commits into
masterfrom
0.3.0
Aug 21, 2026
Merged

Prepare static-alloc for 0.3.0#88
197g merged 10 commits into
masterfrom
0.3.0

Conversation

@197g

@197g 197g commented Aug 21, 2026

Copy link
Copy Markdown
Owner

Fixing a bunch of inconsistencies here:

  • More soundness precautions around coercing into the slice, so the synchronous variant in particular does not implement Deref but rather an explicit method. (It's not allocated).
  • Far fewer monomorphization. The bulk implementation does not live on Bump<T> but a shared proxy for the raw memory interaction (so even our code only uses T for its layout and turning that into a runtime value asap).
  • A slice variant for the Sync Bump.

@197g
197g merged commit 4bf7505 into master Aug 21, 2026
7 checks passed
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.

1 participant