Skip to content

Commit

Permalink
Lots of work on transpose speed
Browse files Browse the repository at this point in the history
  • Loading branch information
lilith committed Aug 22, 2024
1 parent 586ccbf commit e112c76
Show file tree
Hide file tree
Showing 12 changed files with 881 additions and 160 deletions.
204 changes: 203 additions & 1 deletion Cargo.lock

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

4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ libwebp-sys = { git = "https://github.com/lilith/libwebp-sys" }

#bennch with cpu native
[profile.bench]
opt-level = 3
lto = "fat"
codegen-units = 1


# [build]
# rustflags = ["-C", "target-cpu=native"]
1 change: 1 addition & 0 deletions c_components/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ authors = ["Lilith River <[email protected]>", "Kornel Lesiński <kornel@geekhood
links = "imageflow_c"
workspace = "../"
build = "build.rs"
edition = "2021"

[lib]
name = "imageflow_c_components"
Expand Down
2 changes: 1 addition & 1 deletion imageflow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "imageflow"
version = "0.1.0"
authors = ["Lilith River <[email protected]>"]
edition = "2018"
edition = "2021"
workspace = "../"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion imageflow_abi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
authors = ["Lilith River <[email protected]>"]
workspace = "../"
build = "build.rs"
edition = "2018"
edition = "2021"

[lib]
name = "imageflow"
Expand Down
1 change: 1 addition & 0 deletions imageflow_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ hyper = "1.4"
imageflow_http_helpers = { path = "../imageflow_http_helpers", version = "*" }
dssim = "3.3"
criterion = "0.5"
rand = "*"

[features]
default = []
Expand Down
Loading

0 comments on commit e112c76

Please sign in to comment.