HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mihevc

no profile record

comments

mihevc
·4개월 전·discuss
Et tu, Knuthus?
mihevc
·7개월 전·discuss
Nice! Thanks for the context, it's great to know!
mihevc
·7개월 전·discuss
How does this compare to https://github.com/Query-farm/tributary ?
mihevc
·작년·discuss
I was there a week ago and it still wasn't back. The penis room was wide open though.
mihevc
·4년 전·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
·5년 전·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
·6년 전·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
·6년 전·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...