Xiaoge Su

Results 26 issues of Xiaoge Su

Since C++17 had introduced built-in standard path library, it is unnecessary to have custom path manipulation code to FoundationDB.

This is to address #4348 # Code-Reviewer Section The general pull request guidelines can be found [here](https://github.com/apple/foundationdb/wiki/FoundationDB-Commit-Process). Please check each of the following things and check *all* boxes before accepting...

`Trace.cpp:SuppressionMap` would (1) create a copy of the `TraceEvent` `type` string (2) Store the string inside the `std::map` data structure. Considering the frequency of using `TraceEvent` it might be interesting...

CMake generates problematic Makefile which not being able to create actorcompiler.exe. The error is ``` make[2]: *** No rule to make target 'actorcompiler.exe', needed by 'flow/ActorCollection.actor.g.cpp'. Stop. ```

This is a draft of ActorMonitoring code. The improvements: * Different levels of information about ACTORs * More information about running ACTORs when ACTOR_MONITORING level set to be FULL *...

This helps writing formulas without need to append \nonumber