Roaring bitmaps are compressed bitmaps.
They can be hundreds of times faster.
位图
位集(也称为位图)通常用作快速数据结构。
不幸的是,他们可能会使用太多内存。
为了补偿,我们经常使用压缩位图。
Roaring bitmaps 是压缩位图,其倾向于优于常规压缩位图,例如WAH,EWAH或简洁。
2018年11月9日大约 5 分钟
Roaring bitmaps are compressed bitmaps.
They can be hundreds of times faster.
位集(也称为位图)通常用作快速数据结构。
不幸的是,他们可能会使用太多内存。
为了补偿,我们经常使用压缩位图。
Roaring bitmaps 是压缩位图,其倾向于优于常规压缩位图,例如WAH,EWAH或简洁。