Tango is experimental matchmaking service written in Go that I built for fun. It handles player queues and match creation with a focus on concurrent o

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2024-10-25 08:30:02

Tango is experimental matchmaking service written in Go that I built for fun. It handles player queues and match creation with a focus on concurrent operations.

This is an experimental project. I built it to explore some ideas around matchmaking and concurrent patterns in Go. While it works, I wouldn't recommend using it in production just yet. Feel free to poke around and maybe grab some ideas for your own projects.

I've included some benchmarks for exploration, but given the concurrent nature of the system, take the numbers with a grain of salt. If you're curious:

Leave a Comment