Skip to content

Commit 7929e68

Browse files
committed
wip
Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk>
1 parent 7b74345 commit 7929e68

8 files changed

Lines changed: 272 additions & 1545 deletions

File tree

Cargo.lock

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vortex-buffer/Cargo.toml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,6 @@ vortex-error = { workspace = true }
3737
workspace = true
3838

3939
[dev-dependencies]
40-
# TEMP: arrow-* are only used by the cast_to / add_checked benches for cross-impl
41-
# performance comparisons. Drop them when the benches are removed.
42-
arrow-arith = { workspace = true }
43-
arrow-array = { workspace = true }
44-
arrow-cast = { workspace = true }
45-
arrow-schema = { workspace = true }
4640
divan = { workspace = true }
4741
num-traits = { workspace = true }
4842
rand = { workspace = true }
@@ -56,22 +50,6 @@ harness = false
5650
name = "vortex_bitbuffer"
5751
harness = false
5852

59-
[[bench]]
60-
name = "cast_to"
61-
harness = false
62-
6353
[[bench]]
6454
name = "cast_to_indexed"
6555
harness = false
66-
67-
[[bench]]
68-
name = "cast_iter_all"
69-
harness = false
70-
71-
[[bench]]
72-
name = "cast_in_place"
73-
harness = false
74-
75-
[[bench]]
76-
name = "add_checked"
77-
harness = false

vortex-buffer/benches/cast_to.rs

Lines changed: 0 additions & 323 deletions
This file was deleted.

0 commit comments

Comments
 (0)