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 MmapWriter #202

Merged
merged 2 commits into from
Nov 24, 2024
Merged

Add MmapWriter #202

merged 2 commits into from
Nov 24, 2024

Conversation

mkeeter
Copy link
Owner

@mkeeter mkeeter commented Nov 24, 2024

This is another small ergonomic improvement. There are still some sharp edges – if you build two MmapWriter objects in the same thread, the second one will disable writeability when it's dropped – but I don't think there's any unsoundness reachable through the public API.

@mkeeter mkeeter merged commit fdfe9bc into main Nov 24, 2024
13 checks passed
@mkeeter mkeeter deleted the mmap-writer branch November 24, 2024 00:54
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