Toggle navigation
MegaBillow
Home
arrow
ARCHIVE
MegaBillow
Arrow_format
The columnar format has some key features: Data adjacency for sequential access (scans) O(1) (constant-time) random access SIMD and vectorization-friendly Relocatable without “pointer swizzling”, allowing for true zero-copy access in shared memory 仅针对 in-memory 的数据表示和序列化,其他如:协调数
Posted byMegaBillow Wednesday, August 25, 2021
V2ray 方案分类图
Posted byMegaBillow Wednesday, August 25, 2021
工具集
常用工具汇集 画图类 mermaid http://mermaid-js.github.io/mermaid 各类 diagram,流程图、类图、顺序图、状态图、甘特图、饼图。 例如下面的示例: 流程图 graph LR; A[Hard edge] --|Link text| B(Round edge) B -- C{Decision} C --|One| D[Result one] C
Posted byMegaBillow Wednesday, August 25, 2021
← Newer Posts
Older Posts →
FEATURED TAGS
data
tools