|
|
|
|
|
by hywel
3963 days ago
|
|
It doesn't actually use bitfields, it describes an alternative to them that was a better choice in this specific instance. Huffman would have been much slower to access, which would have been unacceptable for the use case (iterating 100 million data points multiple times a second). |
|