Home »
General »
Test Forum »
Neat board, but php not perl...
Re: Neat board, but php not perl... [message #1238 is a reply to message #1237] |
Tue, 26 March 2002 17:58 |
Ilia
Messages: 13241 Registered: January 2002
Karma:
|
Senior Member Administrator Core Developer |
|
|
Actually PHP uses perl regular expression library for its regex so the speed is virtually the same, unless of course you prfe-compile the regular expression.
As for speed, I think that depends entirely on the application itself and how the code is used. Both languages have their own optimization tricks that can be used to speed up code. In addition there are a number of packages that optimize PHP, such as APC for example which caches the interpreted PHP code in memory so it does not need to be interpreted again and Zend Optimizer, which runs the code through several optimization routines before executing the code.
I think I speed was the ONLY consideration we'd all probably be using C anyway since both PHP & Perl are WAY slower then C.
FUDforum Core Developer
|
|
|
|
|
Neat board, but php not perl...
By: Anonymous on Thu, 14 March 2002 02:42
|
|
|
Re: Neat board, but php not perl...
By: Anonymous on Tue, 26 March 2002 17:09
|
|
|
Re: Neat board, but php not perl...
By: Ilia on Tue, 26 March 2002 17:25
|
|
|
Re: Neat board, but php not perl...
By: Anonymous on Tue, 26 March 2002 17:33
|
|
|
Re: Neat board, but php not perl...
By: Ilia on Tue, 26 March 2002 17:58
|
Goto Forum:
Current Time: Fri Nov 08 16:23:53 GMT 2024
Total time taken to generate the page: 0.07764 seconds