-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
changes all offsets specification to signed int to allow negative coo…
…rdinates; updates tests; will break interfaces for users; regression tests verified
- Loading branch information
Steve Plaza
committed
May 8, 2015
1 parent
0c8f2e8
commit 92fb526
Showing
10 changed files
with
60 additions
and
57 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 |
---|---|---|
@@ -1,11 +1,13 @@ | ||
# edges are slower to write because vertices get modified too | ||
# read rates seem similar to what I get off a bigger server | ||
# big performance increases in general with new deserialization/serialization of graph | ||
# slightly slower vertex reads | ||
# faster edge writes | ||
# much faster reads | ||
Total vertices: 75002 | ||
Total edges: 496383 | ||
Time to write vertices: 7.75302 | ||
Vertices written per second: 9673.91 | ||
Time to write edges: 258.427 | ||
Edges written per second: 1920.79 | ||
Time to read graph: 55.6595 | ||
Vertices and edges read per second: 10265.7 | ||
Time Elapsed: 319.034 seconds | ||
Time to write vertices: 8.00077 | ||
Vertices written per second: 9374.34 | ||
Time to write edges: 192.044 | ||
Edges written per second: 2584.73 | ||
Time to read graph: 9.62582 | ||
Vertices and edges read per second: 59359.6 | ||
Time Elapsed: 203.791 seconds |
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.