Corentin GS's Blog
Home
Blog
Labels
Categories
Archive
More
Projects
Friends
Atom
GitHub
Home
Blog
Labels
Categories
Archive
More
Projects
Friends
Atom
GitHub
Theme Color
250
Corentin GS's Blog
Developer's diary
Corentin Giaufer Saubert
Just a developer sharing thoughts and ideas.
Categories
Chess
1
Linux
1
Programming
11
Statistics
Posts
13
Category
3
Tag
13
Total number of characters
81,383
Number of days in operation
1206 Day
Last Updated
2 Day before
Tags
/
#Optimization
1 post
Programming
•
2023-01-11
•
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.
Optimization
Golang