Skip to content

Feature request : Go 2.0 with rustgo call? #47156

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
hiqsociety opened this issue Jul 13, 2021 · 4 comments
Closed

Feature request : Go 2.0 with rustgo call? #47156

hiqsociety opened this issue Jul 13, 2021 · 4 comments
Labels
FrozenDueToAge WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.

Comments

@hiqsociety
Copy link

To squeeze out every performance possible for calling rust function / modules.
Making calling rust function / variables as cheap + fast as possible. best if the overhead is just a function call.

@ianlancetaylor
Copy link
Contributor

This sounds like cgo. What are you suggesting that is not already supported by cgo?

@seankhliao seankhliao added the WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided. label Jul 13, 2021
@hiqsociety
Copy link
Author

https://blog.filippo.io/rustgo/ <- this kind of implementation seems a bit complicated and manual. possible to make it more streamline and natural?

@ianlancetaylor
Copy link
Contributor

From the Go point of view, I don't think that there is much that is Rust specific in that discussion by @FiloSottile. If tthat is what you want then I think this is basically a duplicate of #42469.

@hiqsociety
Copy link
Author

ok thx

@golang golang locked and limited conversation to collaborators Jul 14, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.
Projects
None yet
Development

No branches or pull requests

4 participants