Skip to content

Commit

Permalink
Merge pull request #22 from dancergraham/feature/crc32c
Browse files Browse the repository at this point in the history
feature: crc32c for faster file reading
  • Loading branch information
dancergraham authored Jan 18, 2024
2 parents bb27db6 + e22bf12 commit 5b76a51
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 41 deletions.
92 changes: 54 additions & 38 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "e57-python"
version = "0.1.0-a6"
version = "0.1.0-a7"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -9,7 +9,7 @@ name = "e57"
crate-type = ["cdylib"]

[dependencies]
pyo3 = "0.20.0"
e57 = "0.10.3"
pyo3 = "0.20.2"
e57 = { version = "0.10.3",features =["crc32c"]}
numpy = "0.20.0"
ndarray = "0.15.6"

0 comments on commit 5b76a51

Please sign in to comment.