Skip to content

Commit 144b88d

Browse files
committed
Sequence compare
Signed-off-by: Adam Gutglick <adam@spiraldb.com>
1 parent e3c7401 commit 144b88d

File tree

5 files changed

+1189
-51
lines changed

5 files changed

+1189
-51
lines changed

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CLAUDE.md

Cargo.lock

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

encodings/sequence/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,14 @@ vortex-proto = { workspace = true }
2424
vortex-session = { workspace = true }
2525

2626
[dev-dependencies]
27+
divan = { workspace = true }
2728
itertools = { workspace = true }
2829
rstest = { workspace = true }
2930
vortex-array = { path = "../../vortex-array", features = ["_test-harness"] }
3031

3132
[lints]
3233
workspace = true
34+
35+
[[bench]]
36+
name = "sequence_compare"
37+
harness = false

0 commit comments

Comments
 (0)