Writing an emulator in python - implementation questions (for performance)

Santiago Romero sromero at gmail.com
Thu Nov 12 11:44:45 EST 2009


> How about
>     page, index = divmod(address, 16384)

 Surely, much better and faster :-)

 Thanks a lot.




More information about the Python-list mailing list