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

Deny Capabilities for Safe, Fast Actors #81

Open
bcdarwin opened this issue Oct 26, 2017 · 0 comments
Open

Deny Capabilities for Safe, Fast Actors #81

bcdarwin opened this issue Oct 26, 2017 · 0 comments

Comments

@bcdarwin
Copy link

https://www.ponylang.org/media/papers/fast-cheap.pdf

Abstract

Combining the actor-model with shared memory for performance is efficient but can introduce data-races. Existing approaches to static data-race freedom are based on uniqueness and immutability, but lack flexibility and high performance implementations. Our approach, based on deny properties, allows reading, writing and traversing unique references, introduces a new form of write uniqueness, and guarantees atomic behaviours.

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

1 participant