mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
- We don't want to do a bunch of parsing *per comparison* when sorting a list of package version strings. package-version-parser's `compare` (and server's `compare`, which it uses) both accept either a string or a parsed record. By parsing explicitly with memoization, we avoid a super-linear blow-up in the amount of parsing. This'll save someone half a second, at least. - Adjust profiling hooks and messages - Expose `Profile` to isopackets
16 KiB
16 KiB