Re: [Pypentago-devel] Embedding Images in Python files
Status: Pre-Alpha
Brought to you by:
segfaulthunter
From: J. K. <ko...@fr...> - 2008-07-01 14:16:28
|
Can it load the images into memory at program startup? Where is the performance gain? (at initial program startup, or during gameplay?) I think I prefer having the images in their own separate files. Seems simpler and intuitive. (just my opinion. I haven't contributed much to the project, so go ahead and do it however you want to!) Question: How is there a performance gain by embedding them into the python script? Is it just saving a disk read at program startup time? Now if you can reduce the SIZE of the images in memory (resulting in faster memory transfer and display) now there, I can see a greater benefit. Sorry for my lack of presence on this project lately. Busy time of year right now! Hope we will all have an IRC or jabber chat soon. Take care! |