tsiemens / gmail-tools

Cli Tools for Gmail filters
MIT License
11 stars 1 forks source link

Needs more goroutines #3

Closed tsiemens closed 4 years ago

tsiemens commented 5 years ago

I tested out a little experiment about if the gmail api could be used in goroutines, and it looks like it can...

It made the query process waaaayyy faster, so I think that it will be very worth it to make the cache and MsgHelper threadsafe, and have fetchMessages just spawn a goroutine per message it's trying to get.