mmdeveloper
Joined: 12 Oct 2014 Posts: 8
|
Posted: Mon Oct 20, 2014 2:19 am Post subject: encoded (binary) scripts running slower than unencoded |
|
|
I thought that encoded scripts, especially binary encoded, were supposed to run faster as they were already in a pre-compiled-like state? The performance difference isn't noticeable as my web framework, unencoded, parses a request in an average of 4ms on a really old laptop, while the binary encoded version on the same machine will parse the same request in 18ms.
I'm not sure if the runtime is X times slower (4ms * 5), or just X + ~12ms, with the ~12ms just being ioncube overhead.
Are my results typical, with encoded code running slower than unencoded code? |
|