Experimental browser for the Atmosphere
Loading post...
{ "uri": "at://did:plc:4dsszssoic7x2krpairswqpg/app.bsky.feed.like/3lo6dlrjzru2p", "cid": "bafyreicxwacuatipaqc5ogxttaum5cbg3xabohr5svdl2zxwtlb7n2fhiq", "value": { "$type": "app.bsky.feed.like", "subject": { "cid": "bafyreicr6dzyqzvq3v7jdxonhjvq3m7mgruc5ncbqd5skk6hc6s6zx2nqi", "uri": "at://did:plc:q6gjnaw2blty4crticxkmujt/app.bsky.feed.post/3lo6cluav4c24" }, "createdAt": "2025-05-02T07:49:22.528Z" } }
I'm trying to figure out why Go Channels feel weird in some use cases for high performance applications and I think I have a thesis: Channels are good for fan-in or fan-out but awkward when fanning in to fan out again. Multi-producer to multi-consumer patterns should share goroutines via callbacks
May 2, 2025, 7:31 AM