Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
The GitHub repository global-data-in-rust has a guide explaining how to use "global data" in Rust.
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
The GitHub repository global-data-in-rust has a guide explaining how to use "global data" in Rust.
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
The recommendation way is to use the scaled resolution for big screens!
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Protobuf is best for message serialization. Some companies (e.g., Google) also use it extensively for disk serialization.
FlatBuffers has better CPU performance.
Apache Parquet is the most popular binary …
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Guava is a high-quality general purpose Java opensource library mainly developed by Google. It has good immutable collection implementations which are preferred to Java's built-in immutable …
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Trino is a distributed SQL query engine for big data. It is formerly known as PrestoSQL.
ZetaSQL is a customized SQL dialect, along with parser and analyzer, that Google …
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Apache Arrow Flight is the future protocol for querying Databases! It use columnar data and leverages Apache Arrow to avoid unnecessary copy of data, which makes it able to query large …