Tags /

#Optimization

1 post

Cover image for Goroutine vs Simple function
Programming 1257 words 6 min

Goroutine vs Simple function

This is a simple example of why goroutines might be overkill for some tasks and less efficient than a simple function.