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

Can I describe the cost for reading from / writing to disk? #5

Open
angles-n-daemons opened this issue Aug 21, 2023 · 2 comments
Open

Comments

@angles-n-daemons
Copy link
Owner

If I had to read 5 characters from disk, or search through an array of 4000 values, which one is quicker?

@angles-n-daemons
Copy link
Owner Author

I'm also curious, will reading / writing from memory be quicker on a page if we do a binary search on the contents or if we just iterate over them?

@angles-n-daemons
Copy link
Owner Author

Lots of questions to be answered, I'm not sure how efficiently the CPU uses memory data

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