Viewing profile — slavio
slavio
HN member- Joined
- Mon, Jul 15, 2013, 6:53 PM UTC
- HN karma
- 3
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About slavio
No profile information was provided.
Recent public activity
-
comment
Comment #6634879
You are very right. I was actually not arguing in favor of more complicated compression, but instead for more efficient access to data. Certainly, iterating though array and map it…
-
comment
Comment #6633992
I agree. I think CBOR trades off a bit too much efficiency of in-place data access for compactness of representation.
-
comment
Comment #6633967
Any JSON object encoding format would greatly benefit from compression. It does not have to be complicated: even something as simple as using a dictionary array of "symbols" whose …
-
comment
Comment #6601209
Sparse matrices or not? You could look into OpenCV's Mat and SparseMat here: http://docs.opencv.org/modules/core/doc/basic_structures.htm...