vortex-data
vortex
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
remove sparse metadata prost wrapper Signed-off-by: Connor Tsui <connor.tsui20@gmail.com>
ct/sparse-meta
7 minutes ago
remove sparse metadata prost wrapper Signed-off-by: Connor Tsui <connor.tsui20@gmail.com>
ct/sparse-meta
16 minutes ago
remove sparse metadata prost wrapper Signed-off-by: Connor Tsui <connor.tsui20@gmail.com>
ct/sparse-meta
20 minutes ago
Add typed array Signed-off-by: Nicholas Gates <nick@nickgates.com>
ngates/dyn-array
40 minutes ago
Rename Array -> DynArray Signed-off-by: Nicholas Gates <nick@nickgates.com>
ngates/dyn-array
52 minutes ago
VTable Unification Docs (#6735) Updates the VTable plan to remove the `FooInner<V>` struct. So now `Foo<V>` is not internally Arc'd. Downsides: * We lose the ability to go from `&Foo<V> -> FooRef` with only an Arc::clone. Turns out we were never doing this anyway, and where we _do_ need return self.clone() it happens to be on the type-erased API which remains internally arc'd. Upsides: * Borrowed downcasts `as_::<V>() -> &Foo<V>` can now return the full `Foo` wrapper struct, instead of just the associated type (`-> &V::Metadata`). This is a nicer API for users wanting to access typed fields instead of having to separately access shared properties from the erased object. --------- Signed-off-by: Nicholas Gates <nick@nickgates.com> Signed-off-by: Nicholas Gates <gatesn@users.noreply.github.com> Co-authored-by: Andrew Duffy <a10y@users.noreply.github.com>
develop
57 minutes ago
Make sequence metadata in-memory + clean up (#6759) ## Summary Similar in nature to https://github.com/vortex-data/vortex/pull/6751. We want to be able to work with in-memory metadata more easily, and we also want to make sure all scalar deserialization happens is `deserialize` instead of `build`. ## API Changes Renames the constructors to be in line with the rest of the encodings. ## Testing Existing tests should be sufficient. --------- Signed-off-by: Connor Tsui <connor.tsui20@gmail.com>
develop
1 hour ago
Make the constant metadata a `Scalar` (#6751) ## Summary Changes the `Metadata` for `ConstantArray` to be a `Scalar`. Note that this is not a breaking change since the `Metadata` is purely an in-memory construct. ## Testing All of the existing tests should be sufficient. Signed-off-by: Connor Tsui <connor.tsui20@gmail.com>
develop
1 hour ago
Active Branches
Remove sparse metadata prost wrapper
last run
7 minutes ago
#6761
CodSpeed Performance Gauge
0%
Rename Array -> DynArray
last run
40 minutes ago
#6760
CodSpeed Performance Gauge
+12%
Iterative Execution 4a
last run
1 hour ago
#6755
CodSpeed Performance Gauge
-10%
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs