Andrew Bell

Results 67 comments of Andrew Bell

If you're wanting this, why not just use Eigen or similar?

If you could provide a small test case that would be great.

It's hard to tell what you have done without a diff. Also, your point set doesn't make sense with the code that you've posted. The coordinates only have 5 decimal...

It's also important to know what system you're working on.

If you want to make a PR, that's fine, but throwing out points as "duplicate" when their coordinates are within ".00001" units isn't sufficient for many use cases. You'll also...

It could be that having Parquet files with thousands (one suggested millions) of columns is not a great use of the format. At some point a file format that solves...

I think that largest problem with the Thrift encoding of metadata is that you can't find anything -- you have to read all the data before locating the thing you...