Skip to content

Instantly share code, notes, and snippets.

@mcuadros
Last active August 29, 2015 14:01

Revisions

  1. mcuadros revised this gist May 28, 2014. 1 changed file with 16 additions and 1 deletion.
    17 changes: 16 additions & 1 deletion gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -33,9 +33,24 @@ Para facilitar a un poco la consulta de fuentes y referencias usado para la crea
    - [Tweet Joe Watkins](https://twitter.com/krakjoe/status/396701273677762561)
    - [Tweet Anthony Ferrara](http://blog.ircmaxell.com/2013/09/rambling-on-internals.html)

    ### Alternativas
    - [HippyVM](http://hippyvm.com/)
    - [kPHP](https://github.com/vk-com/kphp-kdb/)

    ### RFCs
    - [Return Type Declarations](https://wiki.php.net/rfc/returntypehinting)
    - [Constructor Promoted Arguments](https://wiki.php.net/rfc/constructor-promotion)
    - [Nombres de funciones consistentes](https://wiki.php.net/rfc/consistent-names)
    - [PHP-CPP](http://www.php-cpp.com)
    - [PHPNG](https://wiki.php.net/phpng)
    - [PHPNG](https://wiki.php.net/phpng)



    ## Fuentes
    - [HipHop for PHP](http://www.slideshare.net/Ilhwan/hiphop-for-php-30785039?qid=8b49e476-c214-4a44-9f54-535029c34dbe&v=qf1&b=&from_search=4)
    - [Mature optimization](http://www.slideshare.net/profyclub_ru/mature-optimizationen?qid=8b49e476-c214-4a44-9f54-535029c34dbe) by Carlos Bueno
    - [ElePHPants on speed: Running TYPO3 Flow on HipHop VM](http://www.slideshare.net/mhelmich/inspiringcon14-elephpants-on-speed-running-typo3-flow-on-hiphop-vm?qid=8b49e476-c214-4a44-9f54-535029c34dbe) by Martin Helmich
    - [Hacking with HHVM
    ](http://dl.hhvm.com/resources/conf/2014/Hacking%20with%20HHVM.pdf) by Sara Golemon
    - [HipHop Virtual Machine (HHVM) for PHP and The hack language](https://speakerdeck.com/chregu/hiphop-virtual-machine-hhvm-for-php-and-the-hack-language) by Christian Stocker
    - [An Elephant of a Different Colour: Hack](http://www.slideshare.net/zymsys/gtaphp-hack?qid=8b49e476-c214-4a44-9f54-535029c34dbe) by Vic Metcalfe
  2. mcuadros revised this gist May 28, 2014. 1 changed file with 29 additions and 4 deletions.
    33 changes: 29 additions & 4 deletions gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -6,11 +6,36 @@ Para facilitar a un poco la consulta de fuentes y referencias usado para la crea

    ## Referencias
    ### Performance
    - (Doctrine Benchmark HHVM vs PHP)[https://gist.github.com/mcuadros/9633632]
    - (Diver MongoDB para HHVM - Mongofill)[https://github.com/mongofill/mongofill] usado en el benchmark
    - [Doctrine Benchmark HHVM vs PHP](https://gist.github.com/mcuadros/9633632)
    - [Diver MongoDB para HHVM - Mongofill](https://github.com/mongofill/mongofill) usado en el benchmark

    ### Compatibilidad
    - (Lista de frameworks soportados)[http://www.hhvm.com/frameworks/]
    - [Lista de frameworks soportados](http://www.hhvm.com/frameworks/)

    ### Entendiendo JIT
    - (Warnup request)[http://stackoverflow.com/questions/17898783/hhvm-poor-performance]
    - [Warnup requests](http://stackoverflow.com/questions/17898783/hhvm-poor-performance)

    ### Extensiones
    - [Lista de extensiones soportadas](https://github.com/facebook/hhvm/wiki/Extensions)
    - [Escribiendo tus própias extensiones](https://github.com/facebook/hhvm/wiki/Extension-API)

    ### Instanalción
    - [Linux](https://github.com/facebook/hhvm/wiki/Prebuilt%20Packages%20for%20HHVM)
    - [OSX](https://github.com/mcuadros/homebrew-hhvm)
    - [Vagrant](https://github.com/vicb/hhvm-vagrant)

    ### Hack
    - [Tutorial](http://hacklang.org/tutorial/)
    - [Benchmark de Pimple](https://gist.github.com/mcuadros/10937820)
    - [pimple-hack](https://github.com/mcuadros/pimple-hack)

    ### El fúturo
    - [Tweet Joe Watkins](https://twitter.com/krakjoe/status/396701273677762561)
    - [Tweet Anthony Ferrara](http://blog.ircmaxell.com/2013/09/rambling-on-internals.html)

    ### RFCs
    - [Return Type Declarations](https://wiki.php.net/rfc/returntypehinting)
    - [Constructor Promoted Arguments](https://wiki.php.net/rfc/constructor-promotion)
    - [Nombres de funciones consistentes](https://wiki.php.net/rfc/consistent-names)
    - [PHP-CPP](http://www.php-cpp.com)
    - [PHPNG](https://wiki.php.net/phpng)
  3. mcuadros revised this gist May 28, 2014. 1 changed file with 16 additions and 2 deletions.
    18 changes: 16 additions & 2 deletions gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -1,2 +1,16 @@
    The Hitchhiker's Guide to the HHVM - Enlaces
    ============================================
    The Hitchhiker's Guide to the HHVM
    ==================================

    Para facilitar a un poco la consulta de fuentes y referencias usado para la creación de esta charla, he decido crear este pequeño gist.


    ## Referencias
    ### Performance
    - (Doctrine Benchmark HHVM vs PHP)[https://gist.github.com/mcuadros/9633632]
    - (Diver MongoDB para HHVM - Mongofill)[https://github.com/mongofill/mongofill] usado en el benchmark

    ### Compatibilidad
    - (Lista de frameworks soportados)[http://www.hhvm.com/frameworks/]

    ### Entendiendo JIT
    - (Warnup request)[http://stackoverflow.com/questions/17898783/hhvm-poor-performance]
  4. mcuadros renamed this gist May 28, 2014. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  5. mcuadros created this gist May 28, 2014.
    2 changes: 2 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    The Hitchhiker's Guide to the HHVM - Enlaces
    ============================================