-
Notifications
You must be signed in to change notification settings - Fork 157
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement vector base
VMap
and use it in SnapShot
.
* Add a memory benchmark using vector based KeyValue for SnapShots: ``` Case Max MaxOS Live Allocated GCs Wall Time SnapShots (VMap) - no sharing 546,563,824 1,026,555,904 546,563,824 184,981,577,080 178,027 182.227s SnapShots (VMap) - with sharing 239,352,936 397,410,304 239,352,936 185,324,724,496 178,405 197.413s SnapShots (Map) - no sharing 725,778,768 1,474,297,856 725,778,768 185,325,603,672 178,485 183.096s SnapShots (Map) - with sharing 418,567,928 851,443,712 418,567,928 184,207,105,776 177,339 179.746s ```
- Loading branch information
Showing
33 changed files
with
1,339 additions
and
265 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
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
Oops, something went wrong.