I see you replied on comment below with: > note that there are only one consumer and one producer That clarify things as you don't need multi-thread coordination on reads or writes if assuming single producer and single…
Great post! Would you mind expanding on the correctness guarantees enforced by the atomic semantics used? Are they ensuring two threads can't push to the same slot nor pop the same value from the ring? These type of…
We use Sangria: https://github.com/sangria-graphql/sangria Our usage of Sangria is unusual, though. We use it for parsing and serving GraphQL schemas. We take advantage of their builtin validation logic. Everything else…
Hi, I'm the lead developer of Fauna's GraphQL API. I just wanted to share how excited I am with our GA release. We've spent a lot of time working on this project and connecting with the developer community so we could…
I see you replied on comment below with: > note that there are only one consumer and one producer That clarify things as you don't need multi-thread coordination on reads or writes if assuming single producer and single…
Great post! Would you mind expanding on the correctness guarantees enforced by the atomic semantics used? Are they ensuring two threads can't push to the same slot nor pop the same value from the ring? These type of…
We use Sangria: https://github.com/sangria-graphql/sangria Our usage of Sangria is unusual, though. We use it for parsing and serving GraphQL schemas. We take advantage of their builtin validation logic. Everything else…
Hi, I'm the lead developer of Fauna's GraphQL API. I just wanted to share how excited I am with our GA release. We've spent a lot of time working on this project and connecting with the developer community so we could…