• Stars
    star
    139
  • Rank 262,954 (Top 6 %)
  • Language
    C
  • License
    Other
  • Created about 12 years ago
  • Updated almost 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

QuickBinary PHP extension
Accelerator designed mainly for graphic work

QB stands for "Quick Binary." It’s a PHP extension designed to enable faster handling of binary data. It takes a function written in PHP and translate it for a specialized virtual machine. The use of static type information leads significantly higher performance than under PHP’s regular dynamic type system. A PHP+QB function can run anywhere from five to twenty times faster than regular PHP code. For even higher level of performance, one can compile PHP+QB functions to native code (on supported platforms).

QB performs code translation on a per-function basis. It does not affect in anyway code not specially marked. Interaction between PHP+QB functions and regular PHP code is basically seamless. A key design objective of QB is to let developers harness greater processing power than what baseline PHP offers without the risk involved in adopting a brand new platform. 

More Repositories

1

zigar

Enable the use of Zig code in JavaScript project
JavaScript
40
star
2

react-ansi-animation

React component for displaying ANSI animation
Slice
39
star
3

av

PHP extension for encoding/decoding video through libavcodec
C
22
star
4

pb2zig

Pixel Bender to Zig code translator
Zig
15
star
5

react-seq

React hooks for working with async generators and promises
JavaScript
6
star
6

acrostix

Library of functions written in PHP that let you added contents onto existing PDF files
PHP
3
star
7

meow-reverse

Generate arguments that would produce the given input and flags from meow
JavaScript
2
star
8

react-barcode-detection

Easy-to-use React component for detecting barcodes
JavaScript
2
star
9

ink-multicolumn-select-input

Multi-column select input component for Ink
JavaScript
2
star
10

jsdav-promise

A promise interface implementing virtual file and folder with jsDAV
JavaScript
2
star
11

wapache

Wapache is a software that lets you to create desktop applications using web development technology. It combines a modified version of the Apache 2 HTTP server with an embedded Internet Explorer web browser.
C++
2
star
12

array-router

JavaScript
1
star
13

progressive-json

Retrieve JSON progressively
JavaScript
1
star
14

6bmk

Restricting access to website using infinite monkey haiku
JavaScript
1
star
15

flaczki

A set of components that allows Flash developers with limited programming experience to incorporate contents from cloud storage providers such as GoogleDocs
PHP
1
star
16

conradish-x

Chrome extension that lets you create print version of news articles with footnotes
HTML
1
star
17

pdo-oledb

PDO_OLEDB is a driver that implements the PHP Data Objects (PDO) interface to enable access from PHP to Microsoft SQL Server and other databases on Windows through OLE-DB
C
1
star