A small exercise to test golang syntax a some capabilities like paralelism.
It calculates the prime numbers using brute force in 2 ways: sequentially and parallel.
For a full explanation, read this article
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A small exercise to test golang syntax a some capabilities like paralelism.
It calculates the prime numbers using brute force in 2 ways: sequentially and parallel.
For a full explanation, read this article