Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/day-me-an/go-importer

My first Go program. Based on an old Python interview assignment. It efficiently imports records from a tar archive stream. It also demonstrates channels, which I'm aware is pointless in this case as it's not a CPU-bound problem.
https://github.com/day-me-an/go-importer

go

Last synced: 29 days ago
JSON representation

My first Go program. Based on an old Python interview assignment. It efficiently imports records from a tar archive stream. It also demonstrates channels, which I'm aware is pointless in this case as it's not a CPU-bound problem.

Awesome Lists containing this project