-
https://github.com/petermattis/fastcgo, which is now 7 years old seems to do something similar with but with less requirement to know about obscure CGO FFI configuration. It is also seems more generally applicable for any language with C interop.
There had been an issue for having something similar in the language itself - https://github.com/golang/go/issues/42469, but the Golang compiler team rejected it. If you have followed similar discussions around this with the Golang compiler team, you will notice a pattern of interaction that strongly indicates that they are very much opposed to ever accepting this into the compiler.
-
InfluxDB
Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
-
https://github.com/petermattis/fastcgo, which is now 7 years old seems to do something similar with but with less requirement to know about obscure CGO FFI configuration. It is also seems more generally applicable for any language with C interop.
There had been an issue for having something similar in the language itself - https://github.com/golang/go/issues/42469, but the Golang compiler team rejected it. If you have followed similar discussions around this with the Golang compiler team, you will notice a pattern of interaction that strongly indicates that they are very much opposed to ever accepting this into the compiler.
-