Closed tamird closed 8 years ago
@robfig ping.
That seems quite desirable, but is there functionality that we lose with this change?
I didn't pour over the code - I simply went by your suggestion in #25.
Ah, forgot about that. As long as you've tested and everything's good.. Thanks!
This greatly speeds up
glock save
. Closes #25.Before:
$ time glock save github.com/cockroachdb/cockroach
real 0m59.388s user 0m7.946s sys 0m3.877s
After:
$ time glock save github.com/cockroachdb/cockroach
real 0m3.729s user 0m7.353s sys 0m3.442s