This site is currently under development for the RSE-ops community.

New Repo: Hatchet

Published:

Reading time: 1 min

Hatchet is a Python-based library that allows Pandas dataframes to be indexed by structured tree and graph data. It is intended for analyzing performance data that has a hierarchy (for example, serial or parallel profiles that represent calling context trees, call graphs, nested regions’ timers, etc.). Hatchet implements various operations to analyze a single hierarchical data set or compare multiple data sets, and its API facilitates analyzing such data programmatically. See the Hatchet documentation for more information including installation steps.


Next post: New Repo: Merlin

Previously: Caliper 2.12.0 Released