You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
perf: use orjson for writing compile_commands when available
orjson is much faster than the standard library's json module (1.9 seconds vs 6.6 seconds for a ~140 MB file).
Benchmarks:
orjson:
67406 function calls (66880 primitive calls) in 1.919 seconds
json:
21663390 function calls (18606459 primitive calls) in 6.588 seconds
json no-indent:
21660892 function calls (18603961 primitive calls) in 6.437 seconds
0 commit comments