Skip to content

Commit

Permalink
Now using sync-cell-slice
Browse files Browse the repository at this point in the history
  • Loading branch information
vigna committed Nov 26, 2024
1 parent 0b5988a commit a9b09d0
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 264 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ arbitrary = { version = "1.3.2", features = ["derive"], optional = true }
zip = {version="2.1.5", optional=true}
predicates = "3.1.2"
sysinfo = "0.30.13"
sync-cell-slice = "0.9.9"

[build-dependencies]
built = { version = "0.7", features= ["chrono", "git2"] }
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ the NRRP MUR program funded by the EU - NGEU, and by project ANR COREGRAPHIE,
grant ANR-20-CE23-0002 of the French Agence Nationale de la Recherche. Views and
opinions expressed are however those of the authors only and do not necessarily
reflect those of the European Union or the Italian MUR. Neither the European
Union nor the Italian MUR can be held responsible for them
Union nor the Italian MUR can be held responsible for them.

[transpose]: <https://docs.rs/webgraph/latest/webgraph/transform/fn.transpose.html>
[simplify]: <https://docs.rs/webgraph/latest/webgraph/transform/fn.simplify.html>
Expand Down
1 change: 1 addition & 0 deletions src/algo/llp/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ use std::collections::VecDeque;
use std::sync::atomic::Ordering;
use std::sync::atomic::{AtomicBool, AtomicU64, AtomicUsize};
use sux::traits::Succ;
use sync_cell_slice::SyncSlice;
use tempfile::tempdir;

pub(crate) mod gap_cost;
Expand Down
3 changes: 0 additions & 3 deletions src/utils/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,5 @@ pub use mmap_helper::*;
mod java_perm;
pub use java_perm::*;

mod sync_slice;
pub use sync_slice::*;

pub mod sort_pairs;
pub use sort_pairs::SortPairs;
260 changes: 0 additions & 260 deletions src/utils/sync_slice.rs

This file was deleted.

0 comments on commit a9b09d0

Please sign in to comment.