Yao Cui
Yao Cui
Design: - [x] Design doc of C++ microgenerator service mixin - [x] Draft the microgenerator code changes Submit: - [x] Add mixin utils to support extract mixin info from config...
The mixin is done. There is a followup issue #14762 to add tests for mixin.
https://stackoverflow.com/questions/78556922/apache-avro-c-seg-fault
I am testing with avro-cpp `1.11.3`. Compiling with c++14 also requires boost dependencies. I can reproduce this segfault on both c++14 and c++17. I also tried to load a very...
Some thoughts, 1. Using specific linker flags can strip unnecessary information from the PDB. ``` target_link_options(your_target PRIVATE "/PDBSTRIPPED" "/PDBCOMPRESS") ``` 2. Ensure that debug information is not generated at the...
What is [Cloud batch](https://cloud.google.com/batch/docs/get-started) The [features](https://cloud.google.com/batch?hl=en) Cloud batch should provide. We may probably want to do [Monte Carlo Simulations](https://github.com/GoogleCloudPlatform/cluster-toolkit/blob/main/docs/tutorials/fsi-montecarlo-on-batch/README.md) with c++ client library.