×
Velox

Analyze How Velox Does Serialization From the Source Code

This article analyzes Velox's serialization and deserialization process from a source code perspective.

Research on the Computing Principle of Velox Expressions

Velox is an open-source, high-performance C++ computing engine of Meta. This article focuses on how Velox expressions are computed.