Coming soon - Get a detailed view of why an account is flagged as spam!
view details

This post has been de-listed

It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.

6
Calculating memory allocation and checking feasibility.
Post Body

I am trying to create a beatmap using an array of a beat object that contain a boolean and a number that will be loaded. I have a Song that will have 420 beats over 7 locations. If a boolean takes 1 bit then an array of size [7][420] would be 2940 bits and a byte which takes up 8 bits then an array of size[7][420] would be 23,520 bits. In total the array should be 3.251 KB.

First question is, am I missing anything in my calculations?

Second question is if this is a feasible thing to load at the start of a level and how would I go about estimating the speed required to load it. ( the array would only be read by column when loaded)

Author
Account Strength
80%
Account Age
8 years
Verified Email
Yes
Verified Flair
No
Total Karma
243
Link Karma
128
Comment Karma
107
Profile updated: 1 day ago
Posts updated: 8 months ago

Subreddit

Post Details

We try to extract some basic information from the post title. This is not always successful or accurate, please use your best judgement and compare these values to the post title and body for confirmation.
Posted
6 years ago