← Back to context Comment by victorbjorklund 9 hours ago Why is that the case? I don’t know low level programming so why is Go limited in interop with C? 1 comment victorbjorklund Reply fatty_patty89 8 hours ago its not limited but it has overhead because of the memory model of go doesnt match the C one so there has to be some sort of rerodering being done, that's what i understood atleast, and theres also the go concurrency
fatty_patty89 8 hours ago its not limited but it has overhead because of the memory model of go doesnt match the C one so there has to be some sort of rerodering being done, that's what i understood atleast, and theres also the go concurrency
its not limited but it has overhead because of the memory model of go doesnt match the C one so there has to be some sort of rerodering being done, that's what i understood atleast, and theres also the go concurrency