mricon/grokmirror

Use ujson when found

Closed this issue · 1 comments

We should make use of ujson when we find it. On very large collections (thousands of repos), parsing and saving manifest.js takes upwards of a second, and it can probably be significantly improved by using a faster json library, like ujson.

Opted to use anyjson instead. When anyjson supports ujson, it'll automatically roll in.