Hacker News new | ask | show | jobs
by StreamBright 2197 days ago
Weird when you can just do it using S3 for 50% of the price.

https://github.com/emgarten/sleet

1 comments

Static feeds are much slower than one that use a real server.
Any reason why? Could we not make it faster?
It’s been awhile since I tried a static feed. But basically, the client NuGet command had to read the directory structure to find all of the NuGet packages and versions instead of using an API where the server had everything indexed already.