File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -49,13 +49,14 @@ finally we get
4949# system requirements(only linux tested)
5050
5151Currently ` toy-graph ` supports single machine vertex in memory & pull
52- computation, memory cost is each_vertex_cost * num_of_vertex. There is no disk
53- space needed except result file.
52+ computation, one thread to read, multi threads to compute, memory cost is
53+ each_vertex_cost * num_of_vertex. There is no disk space needed except result
54+ file.
5455
5556# performance
5657
57581 . we use [ valgrind] ( http://valgrind.org/docs/manual/quick-start.html ) to do
58- meomry check, such as memory leak, we use [ gtest] ( https://github.com/google/googletest )
59+ memory check, such as memory leak, we use [ gtest] ( https://github.com/google/googletest )
5960to do unit test).
6061
61622 . In order to reduce memory cost, all vertexes are stored on a continuous memory
@@ -66,7 +67,7 @@ We leave each vertex memory management to user themselves.
6667
6768# road map
6869
69- 1 . support multi-thread computation(partition edges) .
70+ 1 . speed optimization and experiment results .
70712 . support push computation model.
71723 . add more unit test, add code comments, add docs.
72734 . support multi platforms.
You can’t perform that action at this time.
0 commit comments