Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit 8ca310e

Browse files
author
Sauyon Lee
committed
Add change note for buffered i/o
1 parent d3e62b0 commit 8ca310e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

change-notes/1.24/extractor-go.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
* The autobuilder now runs Makefiles or custom build scripts present in the codebase to install dependencies. The build command
1111
to invoke can be configured via `lgtm.yml`, or by setting the environment variable `CODEQL_EXTRACTOR_GO_BUILD_COMMAND`.
1212
* The autobuilder now attempts to automatically detect when dependencies have been vendored and use `-mod=vendor` appropriately.
13+
* The extractor now uses buffered i/o for writing database files, which reduces the amount of time taken for extraction.
1314
* The extractor now compresses intermediate files used for constructing databases, which reduces the amount of disk space it requires.
1415
* The extractor now supports extracting go.mod files, enabling queries on dependencies and their versions.
1516
* The extractor now supports Go 1.14.

0 commit comments

Comments
 (0)