With all due respect, your description sounds more like marketing than
actual technical data.  You should provide a detailed technical of your
solution, otherwise this is off-topic on this mailing-list.

Also, performance numbers without a detailed description of what's
exactly measured (including code for the benchmark) are useless.

Finally, Cython does not require any rewriting, and annotations are
optional.  There is no need to spread misconceptions about your
competitors.

Regards

Antoine.


On Sun, 08 Sep 2019 16:51:51 -0000
"Mark @pysoniq" <m...@pysoniq.com> wrote:
> Hi, Antoine,
> 
> Cython requires the end user to rewrite the module to be compiled in a 
> pseudo-C language.  With PysoniQ, there is no need to rewrite Python source 
> code.    
> 
> Nutika compiles to a C program, and there is more workflow instrusion.  With 
> Nutkia, you will need to install a C compiler and go through a manual 
> compilation step that is not necessary with PysoniQ.  
> 
> According to Nutika's website, Nutkia is "somewhat faster than CPython" and 
> its current performance metric is 312% faster -- about 3 times faster.  Our 
> slowest metric is more than twice that, and our average unoptimized metric is 
> more than 20 times faster than CPython.  The average optimized metric is over 
> 40 times faster.  
> 
> Nutkia also mentions dependency issues with Windows.  PysoniQ has no 
> dependencies.  
> 
> The metrics PysoniQ has achieved are largely due to Python-specific direct 
> translation to assembly language without intermediate representation.  Our 
> goal was to give Python the fastest possible metrics with only minimal work 
> for the end user.  See the metrics at https://pysoniq.com/text_2.htm
> 
> Finally, with both of these, you need to do more than just point and click.  
> 
> I will respond to Pythran in a moment.
> 
> Mark
> _______________________________________________
> Python-ideas mailing list -- python-ideas@python.org
> To unsubscribe send an email to python-ideas-le...@python.org
> https://mail.python.org/mailman3/lists/python-ideas.python.org/
> Message archived at 
> https://mail.python.org/archives/list/python-ideas@python.org/message/NB7BHHFU5DZQC5OL4UTUIKUWXRHO7ZQD/
> Code of Conduct: http://python.org/psf/codeofconduct/
> 


_______________________________________________
Python-ideas mailing list -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/python-ideas@python.org/message/ESEWQCXQJKQV2WGJTDUAQ7Q25PZIXWH4/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to