I'm not sure I understand you're problem exactly, but it seems as though you don't need to store all of those numbers. Every second, or ten seconds, or hundred seconds you could save the time passed until you hit an event. Only the delta time and time increment to the event need be stored, then the counter could continue.
As far as video goes, why can't large files be broken up into 4GB chunks? They could appear as contiguous files but actually be segmented. It's not like you would have 100 of them.
Besides files larger than 4GB I still don't see the advantages of a 64 but OS. I guess more registers are always better since they are the fastest memory
As far as video goes, why can't large files be broken up into 4GB chunks? They could appear as contiguous files but actually be segmented. It's not like you would have 100 of them.
Besides files larger than 4GB I still don't see the advantages of a 64 but OS. I guess more registers are always better since they are the fastest memory
Comment