Skip to content

Commit 97005a5

Browse files
committed
modify readme
1 parent a634a3b commit 97005a5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,14 @@ finally we get
4949
# system requirements(only linux tested)
5050

5151
Currently `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

5758
1. 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)
5960
to do unit test).
6061

6162
2. 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.
7071
2. support push computation model.
7172
3. add more unit test, add code comments, add docs.
7273
4. support multi platforms.

0 commit comments

Comments
 (0)