Adam Gutglick

Results 32 issues of Adam Gutglick

I think the library will benefit by having sttp support as the http backend, I'm a ZIO newb but it seems like it should be possible. We use sttp in...

enhancement

ALP, BitPacked and FoR don't have specialized `compare` implementations, and they are all great candidates for improved performance.

Many compressed arrays are missing implementations for iterators, which will cause panics once we start relying on them in compute functions

bf16 (aka bfloat16) is a floating point number format introduced by Google to improve storage utilization and computation speed for machine learning models. It has the roughly the same range...

- [ ] Clear OS caches after each run - [ ] Label each run with query idx in Polar Signals - [ ] Move Clickbench to run on the...

- [ ] [Check for circular dependencies](https://github.com/spiraldb/vortex/issues/2558) - [ ] Yank crates automatically on a failed release. - [ ] Test releases periodically with RC/nightly/beta releases. Take releases from dedicated...

We should check in CI for circular dependencies (dev and otherwise), there are multiple examples of how to find them (recently ran into [datafusion's](https://github.com/apache/datafusion/tree/main/dev/depcheck)). I suspect that in many places...