View Single Post
  #10  
Old 11-15-2009, 03:30 AM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
Quote:
Originally Posted by Tigairius View Post
Because large strings really shouldn't be stored on the player anyways, it can lead some problems because more data has to be stored & accessed. It's much better to only access it when you need it due to the fact that strings are stored in memory.
Yes, but in some circumstances you're going to have more data... I'd just rather compress it all into one string rather than having tons of single flags.
Reply With Quote