-----BEGIN PGP SIGNED MESSAGE-----

Moin,

On Friday 17 September 2004 12:41, [EMAIL PROTECTED] wrote:
> Incidentally, the original obfuscated code is pretty damn fast
> if you expect to return False most of the time.

I bet by removing the return statement it gets even faster:

ala:

 ($one == $two) || 0;   # return 0 or 1
 }

or:

 ($one == $two) <=> 0;   # return 0 or 1
 }

I never found out a real case where a return is really neccessary. While it 
makes the code a bit better to read, it also slows it down. I prefer a 
comment :)

best wishes,

Tels

PS: The table you posted is very hard to read due to linebreaks..

- -- 
 Signed on Fri Sep 17 12:48:38 2004 with key 0x93B84C15.
 Visit my photo gallery at http://bloodgate.com/photos/
 PGP key on http://bloodgate.com/tels.asc or per email.

 "Retsina?" - "Ja, Papa?" - "Rasenmähen." - "Is gut, Papa."

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: When cryptography is outlawed, bayl bhgynjf jvyy unir cevinpl.

iQEVAwUBQUrBdHcLPEOTuEwVAQFGQgf+LdScYZITBkIP6F7MyBnSlGt2iaqEa7Q1
vT6XKL3ioxvpvv7C4f0EdAEP2fhgJ2E1779kOZDB2PcvZLBf7RQKf6p0OZAZmoPi
PZeCJl8Kg1GntGJwlN+OBb5UQPuj11u5TEzQN9kVLQLXiojidy1IOvxEiJ7yOsWI
/u9FYea+UhCfJze53cXoyatSjVlDkvCRwuc4jh8RPp02pzBPPP1uP+HY8CUDri9G
jMbA1q+OH3UmVx6iamrNnGhtkCfPKoxQNvZFJGLvGKXl8hLj8AdJ4+EtbVnGzYv3
cYgzIcXdWkh0ySyEcYEAAALnLkJo1NLQeMONUqB1/um00tnHOLHlSA==
=7jXK
-----END PGP SIGNATURE-----

Reply via email to