Skip to content

VizTracer 0.3.3 Release, gz file supported, overhead optimized

Pre-release
Pre-release

Choose a tag to compare

@gaogaotiantian gaogaotiantian released this 25 Aug 21:29

VizTracer now supports gz file, which could save disk space significantly while still being compatible with Chrome.

Several optimizations were applied

  • include/exclude files overhead is reduced by not using realpath
  • with orjson, json can be directly dumped without decoding and encoding again
  • class name is not read anymore
  • thread id now makes more sense on both linux and mac