Skip to content
Snippets Groups Projects

Update dsi-progress-logger

Merged vlorentz requested to merge dsi-pl into master
6 files
+ 240
216
Compare changes
  • Side-by-side
  • Inline
Files
6
+ 1
1
@@ -9,7 +9,7 @@ relatively simple traversal queries on the compressed graph.
The client/server architecture allows it to only load the graph in memory once
then serve multiple different requests. However, it is limited in expressivity;
more complex or resource-intensive queries should rather use the
:ref:`Low-level Java API <swh-graph-java-api>` to run them as standalone
`Low-level Rust API <https://docs.rs/swh-graph/>`_ to run them as standalone
programs.
Loading