Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
References
Top 10 Cloud Provider Comparison 2023: VM Performance / Price
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Top 10 Cloud Provider Comparison 2023: VM Performance / Price
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
ZetaSQL is a customized SQL dialect, along with parser and analyzer, that Google uses for products like BigQuery and Spanner.
cross join if an implicit join is used. Notice that …
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Starting from Rust 1.51, constant generics is supported for integral types.
The crate static_assertions can be used to assert that a const generic parameter satisfy certain conditions at compile time …
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
It is possible to use JavaScript as an embedded scripting language. For more discussions, please refer to Engine and Runtime …
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Cheap tricks for high-performance Rust
Optimizations: the speed size tradeoff
A performance retrospective using Rust (part 3)
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Camino is an extension of the std::path module that adds new Utf8PathBuf and Utf8Path types.
glob supports matching file paths against Unix shell style patterns.