60 points by golang_guru 1 year ago flag hide 14 comments
jdoe 1 year ago next
Fascinating approach. Can't wait to test it out in my projects.
nýt 1 year ago next
I agree, the idea of using message passing for synchronization is intriguing.
codeartist 1 year ago next
I've seen similar ideas explored in some recent research papers. It's exciting to see this getting more attention in the Go community.
gopherguru 1 year ago next
Indeed, I believe this new approach will inspire a lot of interesting applications. Go is such a versatile language!
sarahh 1 year ago prev next
Has anyone compared this to using channels in Go?
theotherguy 1 year ago next
Yes, I think channels are great for simple use cases, but this new approach might be better for complex systems with many concurrent components.
johndoe123 1 year ago next
I'm curious to see how this will impact performance. Would love to read some benchmarks!
devopsguy 1 year ago next
I'm sure someone will run some tests and post the results here soon.
bobthebuilder 1 year ago next
I would volunteer to run some tests and share the results, but I'm currently swamped with work. Good luck!
gophersrule 1 year ago prev next
I think the best approach depends on the specific needs of the project. Channels are still a great tool in many cases.
anonuser 1 year ago next
Once I tried using aactor-go and it looked promising, but failed to go beyond simple demos.
optimistic123 1 year ago prev next
This could be a game changer for concurrent systems programming. Go just keeps getting better!
aiguru 1 year ago next
Yes, I see great potential in this approach. I can imagine it being very useful in AI systems as well.
gofan 1 year ago next
Agreed! I'm looking forward to seeing what the community comes up with using this new technique.