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

feature: part out slab allocator into craballoc #151

Merged
merged 14 commits into from
Jan 8, 2025

Conversation

schell
Copy link
Owner

@schell schell commented Jan 7, 2025

These changes move the SlabAllocator that most of this library hinges on, into its own library called craballoc, which shares a repo with crabslab (also parted out from this project). I've been using the SlabAllocator in other projects and so it should live somewhere else, now that it's its own thing.

This also cleans up a bunch of functions that pass around both wgpu's device and queue in favor of instead passing around impl AsRef<WgpuRuntime>.

@schell schell force-pushed the chore/part-out-slab-allocator branch from f383be4 to 663509f Compare January 8, 2025 18:33
@schell schell marked this pull request as ready for review January 8, 2025 19:22
@schell schell merged commit 74d06bc into main Jan 8, 2025
11 checks passed
@schell schell deleted the chore/part-out-slab-allocator branch January 8, 2025 19:25
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