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

Implement constant time operations #4

Open
4 of 5 tasks
claucece opened this issue Sep 6, 2017 · 3 comments
Open
4 of 5 tasks

Implement constant time operations #4

claucece opened this issue Sep 6, 2017 · 3 comments

Comments

@claucece
Copy link
Member

claucece commented Sep 6, 2017

  • CondSwap
  • Lookup
  • Insert
  • Mask
  • Select
@olabini
Copy link
Contributor

olabini commented Oct 16, 2018

Where do we need constant time insert? We don't seem to currently use any insert operations. All the other constant time operations are done, although they could probably be factored a bit better.

@claucece
Copy link
Member Author

claucece commented Jan 9, 2020

Constant time select needs to be changed as there is an issue with it.

@claucece
Copy link
Member Author

Basically all the other functions also need to be changed to the new functionality:

  • CondSwap
  • Lookup
  • Insert
  • Mask
  • Select

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

2 participants