Tweak audio/esperanza version 0.4.0.20091017_2
[dports.git] / devel / pecl-qb / pkg-descr
1 QB stands for Quick Binary. It's a PHP extension designed to enable faster
2 handling of binary data. It takes a function written in PHP and translate it
3 for a specialized virtual machine. The use of static type information leads
4 significantly higher performance than under PHP regular dynamic type system.
5 A PHP+QB function can run anywhere from five to twenty times faster than
6 regular PHP code. For even higher level of performance, one can compile PHP+QB
7 functions to native code (on supported platforms).
8
9 QB performs code translation on a per-function basis. It does not affect in
10 anyway code not specially marked. Interaction between PHP+QB functions and
11 regular PHP code is basically seamless. A key design objective of QB is to
12 let developers harness greater processing power than what baseline PHP offers
13 without the risk involved in adopting a brand new platform.
14
15 WWW: http://pecl.php.net/package/qb/