Skip to content

Large graphs question #211

Answered by Byron
gmacon asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks for sharing your results, I wasn't aware and never tried usize.

Is there some reason I don't see not to use usize?

I don't think there is except for increased memory consumption. Thus far I only ever saw file systems with 7m entries or so which consumes less than a gigabyte of memory. This means we could have ~613 times more of that until the u32 becomes a problem, which probably also takes about 500GB of RAM. Thus I'd think this issue can be solved in a couple of decades when computers have caught up :) - it's easy enough.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Byron
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #210 on January 07, 2024 07:04.