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

use IOArray in interpreter for linear complexity #378

Merged
merged 14 commits into from
Dec 28, 2023
Merged

Conversation

joelberkeley
Copy link
Owner

@joelberkeley joelberkeley commented Dec 24, 2023

WAITING FOR CONFIRMATION THAT IOArray IS O(1)

get is O(1) since IArray has "constant access" and is backed by IOArray. We still need to confirm set is O(1)

@joelberkeley joelberkeley marked this pull request as ready for review December 25, 2023 00:55
@joelberkeley joelberkeley merged commit 3eee9f3 into master Dec 28, 2023
3 checks passed
@joelberkeley joelberkeley deleted the linear-compiler branch December 28, 2023 14:32
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