Reduce: yes, remove: not that I'm aware of.

https://github.com/golang/go/issues/9704
https://github.com/golang/go/issues/16051

Much of the overhead is due to defer -- cgo calls have multiple defers.

https://github.com/golang/go/issues/14939
https://github.com/golang/go/issues/6980

-Caleb

On Thu, Jul 14, 2016 at 11:21 AM, Nick Evgeniev <nevgen...@gmail.com> wrote:

> Hi,
>
> Is there any plan to reduce (remove) significant overhead for native calls
> in GO? With recent advances in minimizing gc pauses go becomes more
> attractive for low latency things... but hundreds nanoseconds overhead
> imposed on every C call makes it pointless :(
>
>
> --
> 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.
>

-- 
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