HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mihevc

no profile record

comments

mihevc
·hace 4 meses·discuss
Et tu, Knuthus?
mihevc
·hace 7 meses·discuss
Nice! Thanks for the context, it's great to know!
mihevc
·hace 7 meses·discuss
How does this compare to https://github.com/Query-farm/tributary ?
mihevc
·el año pasado·discuss
I was there a week ago and it still wasn't back. The penis room was wide open though.
mihevc
·hace 4 años·discuss
Here are some cookbook examples: https://arrow.apache.org/cookbook/py/data.html#group-a-table, https://arrow.apache.org/cookbook/. Datasets would probably be a good approach for the billions size, see: https://blog.djnavarro.net/posts/2022-11-30_unpacking-arrow-...
mihevc
·hace 5 años·discuss
I wrote my master thesis on Acer C720 (2013) running xfce. I used some octave but I mostly needed it for latex. These days I don't use it anymore because the screen is not that great but it aged incredibly well.
mihevc
·hace 6 años·discuss
Yet another format is CSF (Compressed Sparse Fiber): http://glaros.dtc.umn.edu/gkhome/node/1177

It's a generalized CSR/CSC (to ndim > 2) format that uses a tree data structure where each path from root to leaf encodes a nonzero element.
mihevc
·hace 6 años·discuss
Nice post! For completeness: Apache Arrow is also adding sparse tensors in c++ [1] and wrapping them with python [2] (although the documentation for Python might be a bit lacking at the moment).

[1] https://arrow.apache.org/docs/cpp/api/tensor.html?highlight=...

[2] https://github.com/apache/arrow/blob/master/python/pyarrow/t...