Has anyone had a crack at creating native bindings for the golang client SDK to avoid the cgo tax?
Afaik, there is no wire-protocol spec for FDB clients. It is RPC via C++/Flow. Even the Java bindings use the C++/JNI route. So it is highly unlikely anyone will have the time to develop a pure-Go binding.
1 Like