-
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.
Summary: When trying to speed up image decoding, we need to do the image processing in a separate than the disk/vrs thread. These new methods allow us to store the image data as read quickly from disk, so that image can be decoded and/or converted in another thread, reducing contention on the thread reading the vrs file. Reviewed By: kiminoue7 Differential Revision: D51789222 fbshipit-source-id: 44019a7591749b0bebf4eda83b9faf27be02c51e
- Loading branch information
1 parent
414c7b5
commit d651352
Showing
2 changed files
with
84 additions
and
3 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