Mike Jiang

Results 20 comments of Mike Jiang
trafficstars

No, I am on a physical linux box. I've tried all 3 and they all showed the similar outcome.

Great. So how about the binary matrix file itself? Does it contain `bigmemory`-specific information or simply the generic `boost interprocess` format and thus readable by other platform independent from `bigmemory`...

Thanks for the information!

``` Mike Jiang [8:38] `coords` is tuple list for 2.5k points, this occurred when I am trying to implement my own `fancy slicing` (`ds[idx1, idx2]`) by translating it into coordinates-based...

any updates on this?We have a data structure using tiledb as the backend, it's clone method needs to be able to create a copy of the original object. Without the...

Thanks. We've been actually waiting on this along with two other features * https://feedback.tiledb.com/tiledb-core/p/tag-fragments-with-stringslabels * https://feedback.tiledb.com/tiledb-core/p/undo-functionality-ie-canceldelete-fragments-based-on-time Currently h5 is still the default backend for our entire cytometry tool chains. but...

Another related the question: how to efficiently read float array from tiledb into double buffer, right now I have to read it into a temporary float buffer ```c++ vector buf(nrow...

Is struct supported as attribute type yet?