-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Delay S3 resource construction until object requested (#111)
Constructing a S3 handle takes up memory and time. We retrieve the backend whenever we initialize a tile, but we want to delay the expensive work until the data is requested. The perf issue is sufficiently bad that we want to do a release, so bumping to 4.0.1. Test plan: Able to quickly load an experiment where all the tiles are located in the cloud.
- Loading branch information
Tony Tung
authored
Jul 19, 2019
1 parent
e1c9add
commit ba15786
Showing
3 changed files
with
21 additions
and
16 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
|
||
setuptools.setup( | ||
name="slicedimage", | ||
version="4.0.0", | ||
version="4.0.1", | ||
description="Library to access sliced imaging data", | ||
author="Tony Tung", | ||
author_email="[email protected]", | ||
|
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