I think neither Go, D or this language is as performant as (skilled use of) C/C++.
This is not true. Assuming skilled use and same compiler backend those are equally performant. D lacks some low-level control C has (which is important for embedded) but it is not directly related to performance.