Skip to content

Commit daa7768

Browse files
authored
Update README.md
1 parent b58f750 commit daa7768

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
## Features
1818

19-
***gBolt*** is up to 100x faster (see detailed [experiments](https://github.com/Jokeren/gBolt/docs/experiments.md)) than [Yan's](https://www.cs.ucsb.edu/~xyan/software/gSpan.htm) original implementation with multi-threading on a single machine. ***gBolt*** also reduces more than 200 folds memory usage, running efficiently on personal computers.
19+
***gBolt*** is up to 100x faster (see detailed [experiments](https://github.com/Jokeren/gBolt/blob/master/docs/experiments.md)) than [Yan's](https://www.cs.ucsb.edu/~xyan/software/gSpan.htm) original implementation with multi-threading on a single machine. ***gBolt*** also reduces more than 200 folds memory usage, running efficiently on personal computers.
2020

2121
***gBolt*** is ***fast*** because it:
2222

@@ -29,7 +29,7 @@
2929

3030
1. Incorporates **C++11** emplace_back method;
3131
2. Reconstructs a graph with frequent edges and nodes before mining;
32-
3. Uses a customized [*Path*](https://github.com/Jokeren/gBolt/include/path.h) data structure to reuse memory in recursive procedures.
32+
3. Uses a customized [*Path*](https://github.com/Jokeren/gBolt/blob/master/include/path.h) data structure to reuse memory in recursive procedures.
3333

3434
***gBolt*** is ***light-weight*** because it:
3535

@@ -38,7 +38,7 @@
3838

3939
***gBolt*** is ***correct*** because:
4040

41-
1. We have ran [*experiments*](https://github.com/Jokeren/gBolt/docs/experiments.md) for `extern/data/Compound_422` and `extern/data/Chemical_340` with minimal support from 0.1 to 0.9. The results generated by ***gBolt*** are exactly the same as Yan's gSpan-64.
41+
1. We have ran [*experiments*](https://github.com/Jokeren/gBolt/blob/master/docs/experiments.md) for `extern/data/Compound_422` and `extern/data/Chemical_340` with minimal support from 0.1 to 0.9. The results generated by ***gBolt*** are exactly the same as Yan's gSpan-64.
4242

4343

4444
## Install

0 commit comments

Comments
 (0)