Basic

Moderators: None (Apply to moderate this forum)
Number of threads: 1677
Number of posts: 4766

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
optimizing my code Posted by Puzzler on 13 Jun 2001 at 12:50 PM
Does anyone know which one is faster:

a = int(x)

or...

a = x \ 1


Report
Re: optimizing my code Posted by Hadji_13 on 13 Jun 2001 at 3:01 PM
: Does anyone know which one is faster:
:
: a = int(x)
:
: or...
:
: a = x \ 1
:
:
a = int(x)

(as far as I can tell)





 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.