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

Jtv/tweaks #39

Merged
merged 5 commits into from
Jan 17, 2024
Merged

Jtv/tweaks #39

merged 5 commits into from
Jan 17, 2024

Conversation

viega
Copy link
Collaborator

@viega viega commented Jan 17, 2024

Added lib FFI; wrapped hatrack lock-free flex arrays.

John Viega added 5 commits January 11, 2024 05:18
… a nim Seq, there is no add/pop, because that's not a simple atomic operation. Adding two arrays consists of creating a view of both arrays, then creating a new array. Adding individual items otherwise requires you to set the size non-atomically; non-initialized reads get errors.
@viega viega merged commit f183a3b into dev Jan 17, 2024
1 check passed
@viega viega deleted the jtv/tweaks branch January 17, 2024 20:17
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