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

clean up the ROTG, ROTM, and ROTMG code #35

Open
cartazio opened this issue Jan 11, 2016 · 0 comments
Open

clean up the ROTG, ROTM, and ROTMG code #35

cartazio opened this issue Jan 11, 2016 · 0 comments

Comments

@cartazio
Copy link
Member

currently it exposes the complex storable by reference style interface, which i'm removing for now, because I dont think it makes sense,

likewise, I think those calls could/should always be unsafe calls, which would further make them super performant, because they a) always take ~ constant time that should be at most a few micro seconds, and b) that probably would relax any allocation overheads, unless the underlying code has stronger alignment assumptions that word based alignment

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