ikeikeikeike / go-sitemap-generator

go-sitemap-generator is the easiest way to generate Sitemaps in Go
https://github.com/ikeikeikeike/go-sitemap-generator
MIT License
220 stars 65 forks source link

Use Goroutines and channels to speed up the process #18

Open gadelkareem opened 6 years ago

gadelkareem commented 6 years ago

It would be great if we can create sitemaps through Goroutines and use a channel per 50000 URLs for ex. Is it possible to add this as feature request?

ikeikeikeike commented 6 years ago

Yes, It's seriously will be great though, I'm afreid that I cannot impliment due to too busy recently.