Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit c0f39f9

Browse files
Update README.md
1 parent 03499ec commit c0f39f9

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,9 @@ Grammar used for **static code analysis** graphs:
9696

9797
### Results
9898

99-
The results of the **all pairs reachability** queries evaluation on graphs related to **RDF analysis**:
99+
The results of the **all pairs reachability** queries evaluation on graphs related to **RDF analysis** are listed below.
100+
101+
The sign ’–’ in cells means that the respective query is not applicable to the graph, so time is not measured.
100102

101103
<table>
102104
<thead>
@@ -200,8 +202,10 @@ The evaluation results for **single source** CFPQ for graphs related to **RDF an
200202
The results for graphs related to static code analysis are compared to results of Azimov’s CFPQ algorithm based on matrix operations. [The implementation](https://github.com/JetBrains-Research/CFPQ_PyAlgo/blob/master/src/problems/Base/algo/matrix_base/matrix_base.py)
201203
from [CFPQ_PyAlgo](https://github.com/JetBrains-Research/CFPQ_PyAlgo) was taken as the implementation of the matrix CFPQ algorithm. This library contains the implementation for both scenarios, all pairs reachability and single source reachability. To perform matrix operations pygraphblas is used. [Pygraphblas](https://github.com/Graphegon/pygraphblas) is a python wrapper over the SuiteSparse library, which based on the [GraphBLAS](http://graphblas.org/index.php?title=Graph_BLAS_Forum) framework.
202204

203-
The results of the **all pairs reachability** queries evaluation on graphs related to **static code analysis**:
204-
205+
The results of the **all pairs reachability** queries evaluation on graphs related to **static code analysis** are listed below.
206+
207+
The sign ’–’ in cells means that the respective query and graph require a considerable amount of memory during algorithm execution that leads to unpredictable time to get the result.
208+
205209
<table>
206210
<thead>
207211
<tr>
@@ -217,7 +221,7 @@ The results of the **all pairs reachability** queries evaluation on graphs relat
217221
<tbody>
218222
<tr>
219223
<td align="left">Apache</td>
220-
<td align="center">-</td>
224+
<td align="center"></td>
221225
<td align="center">536,7</td>
222226
<td align="center">92 806 768</td>
223227
</tr>
@@ -259,7 +263,7 @@ The results of the **all pairs reachability** queries evaluation on graphs relat
259263
</tr>
260264
<tr>
261265
<td align="left">Postgre</td>
262-
<td align="center">-</td>
266+
<td align="center"></td>
263267
<td align="center">969,88</td>
264268
<td align="center"> 90 661 446</td>
265269
</tr>

0 commit comments

Comments
 (0)