sourcegraph / srclib

srclib is a polyglot code analysis library, built for hackability. It consists of language analysis toolchains (currently for Go and Java, with Python, JavaScript, and Ruby in beta) with a common output format, and a CLI tool for running the analysis.
https://srclib.org
Other
942 stars 62 forks source link

Change srclib metadata import to create new objects in serial. #274

Closed samlavery closed 8 years ago

samlavery commented 8 years ago
This change removes the parallel writes that were in place previously.
In theory these parallel writes should have made import faster, but on
slower storage systems, this was causing write contention and data