Earlier quoted context omitted.
Considering that you can convert PHP files to Hack by just changing the opening tag, I think it would be very similar to the way HHVM is used currently.
Sorry, to be clear I'm more curious about how it's integrated with version control and how things like MVC are done. I really haven't got a clue. For that matter, are people mostly using HHVM via fast-cgi?
HHVM 3.0.0
11–20 of 32 posts
Re: HHVM 3.0.0
#12While the release names based on rappers is quite a fun idea, I don't get why they didn't go for people who are, you know, good at hip hop. I mean 50 cent and Childish Gambino? And especially next to Em and Ghostface. Or is this a good release/bad release kind of thing?
Re: HHVM 3.0.0
#13Re: HHVM 3.0.0
#14While the release names based on rappers is quite a fun idea, I don't get why they didn't go for people who are, you know, good at hip hop. I mean 50 cent and Childish Gambino? And especially next to Em and Ghostface. Or is this a good release/bad release kind of thing?
We have an on-call rotation in which one person has the job of cutting (and testing) the internal named release. That person has final choice for the name, often subject to lobbying by the more rap-enlightened members of the team.
/me was pushing for C = Common
Re: HHVM 3.0.0
#15So what IDE to guys at facebook use for HACK? My favourite editor PHP Storm doesn't support it, yet.
Re: HHVM 3.0.0
#16While the release names based on rappers is quite a fun idea, I don't get why they didn't go for people who are, you know, good at hip hop. I mean 50 cent and Childish Gambino? And especially next to Em and Ghostface. Or is this a good release/bad release kind of thing?
I can’t say much about the others, but 50-cent has a famously hardcore work ethic, for that alone he’s worth celebrating.
Re: HHVM 3.0.0
#17Are there any benchmarks proving that HHVM improves performance?
Can I get a better performance than my current setup of Nginx + uWSGI + Flask ?
Re: HHVM 3.0.0
#18What server can I use with HHVM to get the performance boost claimed in the video? Does it have a built in HTTP server? Are there any benchmarks proving that HHVM improves performance? Can I get a better performance than my current setup of Nginx + uWSGI + Flask ?
That's really a bad question. It really all depends on where your bottleneck is. If you're benchmarking "Hello World" HHVM will be undoubtedly faster than Python/Flask. But if your bottleneck is in database/io, then you won't see much of a performance gain.
Re: HHVM 3.0.0
#19While the release names based on rappers is quite a fun idea, I don't get why they didn't go for people who are, you know, good at hip hop. I mean 50 cent and Childish Gambino? And especially next to Em and Ghostface. Or is this a good release/bad release kind of thing?
(I work on HHVM/Hack at FB) We have an on-call rotation in which one person has the job of cutting (and testing) the internal named release. That person has final choice for the name, often subject to lobbying by the more rap-enlightened members of the team. /me was pushing for C = Common
I ask because while it is not listed on the github wiki[1] but does appear in the manual[2]. I'm assuming the manual is an oversight, branched from PHP's manual and not pruned.
That said, weak-references are indispensable for certain problems, and I'd love to see them standard.
[1] https://github.com/facebook/hhvm/wiki/Extensions [2] http://docs.hhvm.com/manual/en/book.weakref.php
Re: HHVM 3.0.0
#20While the release names based on rappers is quite a fun idea, I don't get why they didn't go for people who are, you know, good at hip hop. I mean 50 cent and Childish Gambino? And especially next to Em and Ghostface. Or is this a good release/bad release kind of thing?
(I work on HHVM/Hack at FB) We have an on-call rotation in which one person has the job of cutting (and testing) the internal named release. That person has final choice for the name, often subject to lobbying by the more rap-enlightened members of the team. /me was pushing for C = Common