Browse Source
Added Compression To Cached Matrix Data
Added Compression To Cached Matrix Data
Compression using flate2 has been added to the caching controller
Made the hash code call for cached matricies before calculating them again if
possible
Changed the FFI tests to be a bit more dynamic. That said, I just noticed that
python hates unsigned 64bit numbers. Need to find a way around this. I
should be able to compare the native Rust code against the python FFI and
get the same results for a specific file.
develop
4 changed files with 69 additions and 36 deletions
-
1Cargo.toml
-
40FFI-tests/ffi_test.py
-
29src/cache.rs
-
35src/hash.rs
Write
Preview
Loading…
Cancel
Save
Reference in new issue