-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Speed up implementation of tree::overlay (#1294)
By using only a single treebuilder and no intermediate trees a lot of time and io is saved. Workspace rebuilds are much faster with this change. Change: faster-overlay
- Loading branch information
1 parent
c4cfea6
commit fc7391a
Showing
52 changed files
with
137 additions
and
361 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -124,7 +124,7 @@ | |
] | ||
. | ||
|-- josh | ||
| `-- 16 | ||
| `-- 17 | ||
| `-- sled | ||
| |-- blobs | ||
| |-- conf | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -124,7 +124,7 @@ | |
"real_repo.git" = ["::sub1/"] | ||
. | ||
|-- josh | ||
| `-- 16 | ||
| `-- 17 | ||
| `-- sled | ||
| |-- blobs | ||
| |-- conf | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,7 +53,7 @@ | |
"real_repo.git" = ["::sub1/"] | ||
. | ||
|-- josh | ||
| `-- 16 | ||
| `-- 17 | ||
| `-- sled | ||
| |-- blobs | ||
| |-- conf | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
$ bash ${TESTDIR}/destroy_test_env.sh | ||
. | ||
|-- josh | ||
| `-- 16 | ||
| `-- 17 | ||
| `-- sled | ||
| |-- blobs | ||
| |-- conf | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -111,7 +111,7 @@ | |
] | ||
. | ||
|-- josh | ||
| `-- 16 | ||
| `-- 17 | ||
| `-- sled | ||
| |-- blobs | ||
| |-- conf | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -74,7 +74,7 @@ | |
] | ||
. | ||
|-- josh | ||
| `-- 16 | ||
| `-- 17 | ||
| `-- sled | ||
| |-- blobs | ||
| |-- conf | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -87,7 +87,7 @@ | |
] | ||
. | ||
|-- josh | ||
| `-- 16 | ||
| `-- 17 | ||
| `-- sled | ||
| |-- blobs | ||
| |-- conf | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -85,7 +85,7 @@ | |
] | ||
. | ||
|-- josh | ||
| `-- 16 | ||
| `-- 17 | ||
| `-- sled | ||
| |-- blobs | ||
| |-- conf | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -78,7 +78,7 @@ | |
"real_repo.git" = [":/sub1"] | ||
. | ||
|-- josh | ||
| `-- 16 | ||
| `-- 17 | ||
| `-- sled | ||
| |-- blobs | ||
| |-- conf | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -115,7 +115,7 @@ | |
] | ||
. | ||
|-- josh | ||
| `-- 16 | ||
| `-- 17 | ||
| `-- sled | ||
| |-- blobs | ||
| |-- conf | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -129,7 +129,7 @@ | |
] | ||
. | ||
|-- josh | ||
| `-- 16 | ||
| `-- 17 | ||
| `-- sled | ||
| |-- blobs | ||
| |-- conf | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
$ bash ${TESTDIR}/destroy_test_env.sh | ||
. | ||
|-- josh | ||
| `-- 16 | ||
| `-- 17 | ||
| `-- sled | ||
| |-- blobs | ||
| |-- conf | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,7 +59,7 @@ | |
"real_repo.git" = [":prefix=sub1"] | ||
. | ||
|-- josh | ||
| `-- 16 | ||
| `-- 17 | ||
| `-- sled | ||
| |-- blobs | ||
| |-- conf | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -340,7 +340,7 @@ | |
] | ||
. | ||
|-- josh | ||
| `-- 16 | ||
| `-- 17 | ||
| `-- sled | ||
| |-- blobs | ||
| |-- conf | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -69,7 +69,7 @@ | |
"real_repo.git" = ["::sub1/"] | ||
. | ||
|-- josh | ||
| `-- 16 | ||
| `-- 17 | ||
| `-- sled | ||
| |-- blobs | ||
| |-- conf | ||
|
Oops, something went wrong.