D.B. Schwartz

Results 7 issues of D.B. Schwartz

Here is the PR for the `serde` feature. I added a simple example using `bincode` in the README. There is no test, I could do that easily but it would...

Is there a way to serialize hibitset to bytes? I could implement Serde and use bincode, but wanted to know if there is an existing way to do this. I...

We are running Rust flatbuffers version `0.6.1`, which is of course very old. We plan to update to the latest version `23.5.26`. We have a lot of data we created...

When I try and build v `0.19.0` (the latest) on OSX it says that it cannot find `librocksdb-sys` version `0.8.0`. Please let me know how to properly use the latest...

I have a test that implements 2 transactions in sequence, each with a Tuple key (of buffers) and a Value that is a buffer. Each transaction only does a set....

Does simdeez support Apple Silicon? The M1/M2 macs do have support for the AMD SIMD instruction set, just not `avx`.

When I run `visit_expressions_mut` it works very well. However, I have no way to get to an alias expr, such as: ```sql SELECT a.x, b.y AS myby, myfn(c.z) AS myfncall...