Skip to content

Commit 9f23ae0

Browse files
authored
Dataframe v2: big ol' hindsight-driven refactoring (#7683)
Simpler. Faster. Correct-er. * Fixes #7681 * DNM: requires #7677
1 parent c23bbed commit 9f23ae0

File tree

3 files changed

+63
-199
lines changed

3 files changed

+63
-199
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5134,7 +5134,6 @@ dependencies = [
51345134
"anyhow",
51355135
"itertools 0.13.0",
51365136
"nohash-hasher",
5137-
"parking_lot",
51385137
"re_arrow2",
51395138
"re_chunk",
51405139
"re_chunk_store",

crates/store/re_dataframe/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ anyhow.workspace = true
3838
arrow2.workspace = true
3939
itertools.workspace = true
4040
nohash-hasher.workspace = true
41-
parking_lot.workspace = true
4241

4342
[dev-dependencies]
4443
re_types.workspace = true

0 commit comments

Comments
 (0)