ThePrimeagen / BunSpreader

We spread the buns
74 stars 12 forks source link

Change mutex into message passing #6

Closed tylte closed 1 year ago

tylte commented 2 years ago

The mutex is gone, nowhere to be seen. I'm not saying my replacement is any good, it is only mutex-free.

ThePrimeagen commented 2 years ago

Awesome

I am going to review these.

kprotty commented 2 years ago

This trades memory usage for better latency (and maybe throughput) FWIW.