Hacker News new | ask | show | jobs
by scarface74 2197 days ago
Static feeds are much slower than one that use a real server.
1 comments

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.