Skip to content
Snippets Groups Projects
Commit 736c993f authored by vlorentz's avatar vlorentz
Browse files

Update sux

parent e25d7a61
No related branches found
No related tags found
1 merge request!347Add Rust rewrite of the Java code
Pipeline #4554 failed
......@@ -1586,7 +1586,7 @@ dependencies = [
[[package]]
name = "sux"
version = "0.1.0"
source = "git+https://github.com/vigna/sux-rs?rev=77717a0a66b63f85c0884e979b0b64a5e8ed2a6a#77717a0a66b63f85c0884e979b0b64a5e8ed2a6a"
source = "git+https://github.com/vigna/sux-rs?rev=5646ace31bd9964b6bed1e4af0e47a71080ced77#5646ace31bd9964b6bed1e4af0e47a71080ced77"
dependencies = [
"anyhow",
"bitflags 2.4.0",
......@@ -1606,6 +1606,7 @@ dependencies = [
"stable_deref_trait",
"stderrlog",
"tempfile",
"xxh3",
"yoke",
"zstd",
]
......@@ -1637,7 +1638,7 @@ dependencies = [
"rayon",
"sha1",
"stderrlog",
"sux 0.1.0 (git+https://github.com/vigna/sux-rs?rev=77717a0a66b63f85c0884e979b0b64a5e8ed2a6a)",
"sux 0.1.0 (git+https://github.com/vigna/sux-rs?rev=5646ace31bd9964b6bed1e4af0e47a71080ced77)",
"tempfile",
"thread_local",
"webgraph",
......@@ -2131,6 +2132,12 @@ dependencies = [
"tap",
]
[[package]]
name = "xxh3"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a291e51a49d327a9e7edbf9db6e320fdd1aa7ae06afcddc252f3e041e5aed01"
[[package]]
name = "xxhash-rust"
version = "0.8.7"
......
......@@ -15,7 +15,7 @@ categories = ["compression", "graph"]
rand = "0.8.5"
anyhow = {version="1.0.71", features=["backtrace"]}
mmap-rs = "0.5.0"
sux = {git = "https://github.com/vigna/sux-rs", rev = "77717a0a66b63f85c0884e979b0b64a5e8ed2a6a" }
sux = {git = "https://github.com/vigna/sux-rs", rev = "5646ace31bd9964b6bed1e4af0e47a71080ced77" }
#sux = {path = "../../../sux-rs" }
webgraph = {git = "https://github.com/vigna/webgraph-rs", rev = "faa21f4c6b6eabc32b53a7f6f7506d1ade880f18" }
#webgraph = { path = "../../../webgraph-rs" }
......
......@@ -492,7 +492,7 @@ pub fn main() -> Result<()> {
dataset_dir,
target_dir,
} => {
use sux::prelude::gov::GOVMPH;
use swh_graph::java_compat::mph::gov::GOVMPH;
let _ = parse_allowed_node_types(&allowed_node_types);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment