Skip to content

Releases: suiyuan2009/toy-graph

toy-graph v0.4

22 Jun 12:48
Compare
Choose a tag to compare
toy-graph v0.4 Pre-release
Pre-release

this version needs much code optimization.

  1. add thread pool for computation.

toy-graph v0.3

18 Jun 08:19
Compare
Choose a tag to compare
toy-graph v0.3 Pre-release
Pre-release
  1. add a thread-safe queue.
  2. add async_reader

toy-graph v0.2

16 Jun 12:13
Compare
Choose a tag to compare
toy-graph v0.2 Pre-release
Pre-release
  1. modify design of reader, commandline, graph, etc...
  2. make api more clean and simple.
  3. add convert_to_binary tool.
  4. fix bugs.
  5. add pagerank example and shell script to test.

toy-graph v0.1

15 Jun 06:48
Compare
Choose a tag to compare
toy-graph v0.1 Pre-release
Pre-release

this version only supports single machine single thread computation, need a lot of modification.

  1. add gtest, commandline, logging.
  2. fix bugs.