From 8ca310e6b62872154e03520f6fac248d67714c1e Mon Sep 17 00:00:00 2001 From: Sauyon Lee Date: Wed, 15 Apr 2020 00:37:50 -0700 Subject: [PATCH] Add change note for buffered i/o --- change-notes/1.24/extractor-go.md | 1 + 1 file changed, 1 insertion(+) diff --git a/change-notes/1.24/extractor-go.md b/change-notes/1.24/extractor-go.md index a50ff228f30..5f3a1a02eea 100644 --- a/change-notes/1.24/extractor-go.md +++ b/change-notes/1.24/extractor-go.md @@ -10,6 +10,7 @@ * The autobuilder now runs Makefiles or custom build scripts present in the codebase to install dependencies. The build command to invoke can be configured via `lgtm.yml`, or by setting the environment variable `CODEQL_EXTRACTOR_GO_BUILD_COMMAND`. * The autobuilder now attempts to automatically detect when dependencies have been vendored and use `-mod=vendor` appropriately. +* The extractor now uses buffered i/o for writing database files, which reduces the amount of time taken for extraction. * The extractor now compresses intermediate files used for constructing databases, which reduces the amount of disk space it requires. * The extractor now supports extracting go.mod files, enabling queries on dependencies and their versions. * The extractor now supports Go 1.14.