18 Jul
2017
18 Jul
'17
3:58 a.m.
On 07/17/2017 04:19 PM, Phil Bouchard via Boost wrote:
Phil Bouchard via Boost
wrote: You can find the source code here: https://github.com/philippeb8/root_ptr/tree/x++/xpp2cpp
And the benchmarks indicate X++ is 2.7 faster than Node.JS! Note that the language is still in a preliminary state but we can already compare it.
I just tried it on a different computer (3.40GHz) and it's 3.6 times faster than Node.JS!
Yeah it's around 3 times faster regardless on any computer. So tonight added basic class definitions to the parser and I fixed some bugs which now makes standard operator calls return r-values correctly. -Phil