Skip to content

Commit 0f5a07e

Browse files
committed
feat(buffer): add allocator-backed storage
Signed-off-by: Nicholas Gates <nick@nickgates.com>
1 parent 68cdf00 commit 0f5a07e

9 files changed

Lines changed: 903 additions & 246 deletions

File tree

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.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ async-fs = "2.2.0"
117117
async-lock = "3.4"
118118
async-stream = "0.3.6"
119119
async-trait = "0.1.89"
120+
allocator-api2 = "0.2.21"
120121
base16ct = "1.0.0"
121122
bigdecimal = "0.4.8"
122123
bindgen = "0.72.0"

vortex-buffer/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ serde = ["dep:serde", "serde/serde_derive"]
2323
warn-copy = ["dep:tracing"]
2424

2525
[dependencies]
26+
allocator-api2 = { workspace = true }
2627
arrow-buffer = { workspace = true }
2728
bitvec = { workspace = true }
2829
bytes = { workspace = true }

0 commit comments

Comments
 (0)