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

VS Atomics #1

Open
Shinmera opened this issue Jun 14, 2020 · 3 comments
Open

VS Atomics #1

Shinmera opened this issue Jun 14, 2020 · 3 comments

Comments

@Shinmera
Copy link

What's the rationale for this library as opposed to the existing https://github.com/Shinmera/atomics ?

@muyinliu
Copy link
Owner

muyinliu commented Jun 14, 2020

https://github.com/Shinmera/atomics only wrap CAS/atomic-incf/atomic-decf methods of Common Lisp implementations, NOT really bring useful utilities like atomic-fixnum atomic-boolean and other stuff up(soon). If you take a look at the code of cl-atomic and you will find that it's NOT that easy to implement a portably atomic-fixnum for implementations.

@Shinmera
Copy link
Author

I see. It might be worth clarifying this in the readme.

Repository owner deleted a comment from 331leo Feb 13, 2024
Repository owner deleted a comment from sequoiar Feb 22, 2024
Repository owner deleted a comment from ULis3h Feb 23, 2024
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

No branches or pull requests

3 participants
@muyinliu @Shinmera and others