@Kiki
>
> Love python. You don't write an external module every single time do you?
> :)

Only when I need raw performance or I need to do something very specific,
like fast packet manipulation at Layer 2.
Writing Python Modules isn't hard and most of the times I just copy-past
from previous implementations.
The C-Python API documentation could improve though...

@Seb

> have you tried github.com/go-python/gopy for automating the creation of
> python modules from a Go package?
> (sadly, for Go=1.5 at this time...)

 No I haven't. I'm still very new in the Go world. I was hoping it could
substitute python at application development for some embedded systems at
my work. Cross-compiling and portability are necessary requirements.

@Haddock
I don't usually believe in those benchmarks, specially when in the past, I
seen results where Java out outperform C++, which in my opinion, if such
happens, its because the C++ code sucked...
Still, because Go is compiled to binary and runs on-the-metal, I believe
that Go is capable of outperforming Java. This is actually another of the
reasons why I wanted to learn Go.



On 24 October 2016 at 10:51, Haddock <ffm2...@web.de> wrote:

>
>
> Am Sonntag, 23. Oktober 2016 07:36:50 UTC+2 schrieb Carlos Ferreira:
>>
>> C++ is evolving. C++14 is out and used in production. C++17 is almost
>> ready.
>>
>> But because it seems that goLang is quite efficient (near C performance),
>> I'm just wondering...
>>
>>
> Just to be precise: Go has currently performance near Java, see
> http://benchmarksgame.alioth.debian.org/u64q/go.html Nevertheless, that
> is still 3x-15x faster than Python ;-), see http://benchmarksgame.alioth.
> debian.org/u64q/python.html
>
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "golang-nuts" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/golang-nuts/LpXoEAj1Jzs/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> golang-nuts+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>



-- 

Carlos Miguel Ferreira
Researcher at Telecommunications Institute
Aveiro - Portugal
Work E-mail - c...@av.it.pt
Skype & GTalk -> carlosmf...@gmail.com
LinkedIn -> http://www.linkedin.com/in/carlosmferreira

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to