- data type (data structure, struct, goroutine etc)
- refered nomadcoders academy lecture
- advanced version of tutorial
- also refered nomadcoders academy lecture
- count # of word from the data crawled at "scrapper"
- comparison with Python (numpy, pandas were used)
- slight slower than Python packages
- It's worth to try bigger data or more files
Task | Python | Go |
---|---|---|
Word Count | 31.6 ms | 35.992617ms |