|
|
|
|
|
by nine_k
19 days ago
|
|
I think these are different use cases. If you talk about SIMD, you talk about the CPU and efficient processing of large numbers of integers. I think that when a solution like this crops up, it's about storage or transmission, and dense packing at the cost of non-uniformity. It's more like time-series databases pack numbers by delta encoding. |
|
I spent WAYYYYYYYY too much time exploring this...