Skip to content

Commit

Permalink
Tmp progress
Browse files Browse the repository at this point in the history
  • Loading branch information
skailasa committed Aug 29, 2023
1 parent 236892c commit 244a7db
Show file tree
Hide file tree
Showing 7 changed files with 346 additions and 162 deletions.
2 changes: 1 addition & 1 deletion field/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ num = "0.4"
rlst = {git = "https://github.com/skailasa/rlst.git", branch = "enh/moore-penrose-pseudo-inverse"}
realfft = "3.3.0"
rustfft = "6.1.0"
fftw = {git = "https://github.com/skailasa/fftw.git" }
fftw = {git = "https://github.com/skailasa/fftw.git" }
cauchy = "0.4.0"
dashmap = {version = "5.5.0", features=["rayon"]}
rayon = "1.7.0"
Expand Down
1 change: 1 addition & 0 deletions fmm/src/constants.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pub const CACHE_SIZE: usize = 512; // Size of cache in bytes to use for blocking purposes, empirically found
Loading

0 comments on commit 244a7db

Please sign in to comment.