https://github.com/albertkarapetyan/unique-ips-counter
This Go program reads a list of IP addresses from a file (`ip_addresses.txt`), processes them concurrently using multiple worker goroutines, and calculates the number of unique IPv4 addresses. It utilizes Go's concurrency model with goroutines and channels for efficient parallel processing.
https://github.com/albertkarapetyan/unique-ips-counter
Last synced: 7 months ago
JSON representation
This Go program reads a list of IP addresses from a file (`ip_addresses.txt`), processes them concurrently using multiple worker goroutines, and calculates the number of unique IPv4 addresses. It utilizes Go's concurrency model with goroutines and channels for efficient parallel processing.
- Host: GitHub
- URL: https://github.com/albertkarapetyan/unique-ips-counter
- Owner: AlbertKarapetyan
- Created: 2025-03-22T00:13:37.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-22T00:14:09.000Z (7 months ago)
- Last Synced: 2025-03-22T01:19:42.438Z (7 months ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0