treffynnon / Benchmark-PHP-HHVM-Zephir

Benchmark PHP, HHVM and Zephir
http://simonholywell.com/post/2014/02/hhvm-vs-zephir-vs-php-the-showdown.html
BSD 3-Clause "New" or "Revised" License
57 stars 10 forks source link

Look into KittenPHP, KPHP, Vkontakte PHP to C++ compiler #6

Closed treffynnon closed 7 years ago

treffynnon commented 10 years ago

There has been another project recently released https://github.com/vk-com/kphp-kdb

Most docs are in Russian at the moment though so could be problematic.

treffynnon commented 10 years ago

After trying to read this: https://raw.github.com/vk-com/kphp-kdb/master/docs/ru/README

I think the dependencies are the following for Ubuntu:

https://code.google.com/p/re2/downloads/list for regular expression parsing

sudo apt-get install liblzma-dev libaspell-dev libreadline-dev libz-dev libfuse-dev libc6-dev

Still won't build. Meh.

vv/vv-tl-parse.c: In function ‘tl_default_parse_function’:
vv/vv-tl-parse.c:219:12: error: ‘TL_ENGINE_STAT’ undeclared (first use in this function)
vv/vv-tl-parse.c:219:12: note: each undeclared identifier is reported only once for each function it appears in
vv/vv-tl-parse.c: In function ‘tl_store_stats’:
vv/vv-tl-parse.c:620:19: error: ‘TL_STAT’ undeclared (first use in this function)
make: *** [objs/vv/vv-tl-parse.o] Error 1
treffynnon commented 10 years ago

Looking for a pull request on this one as I don't have any more time for writing this benchmarking suite. @vk-com an interest?

treffynnon commented 7 years ago

Closing as won't fix