Y
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
scarface74
2197 days ago
Static feeds are
much
slower than one that use a real server.
link
StreamBright
2197 days ago
Any reason why? Could we not make it faster?
link
scarface74
2197 days ago
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.
link