Kornel on Nostr: Computers are fast: * Loading and parsing 123,610 JSON files from a git repo: 6s. * ...
Computers are fast:
* Loading and parsing 123,610 JSON files from a git repo: 6s.
* Running full recursive dependency resolution for 160,404 versions of crates: 1.6s.
* Calculating stats for reverse dependencies from 6,206,363 uses of crates: 0.3s.
And it all trivially fits in RAM, I'm not using any database. #rustlang
* Loading and parsing 123,610 JSON files from a git repo: 6s.
* Running full recursive dependency resolution for 160,404 versions of crates: 1.6s.
* Calculating stats for reverse dependencies from 6,206,363 uses of crates: 0.3s.
And it all trivially fits in RAM, I'm not using any database. #rustlang