Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add call tree data structure #3901

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

kolesnikovae
Copy link
Collaborator

@kolesnikovae kolesnikovae commented Feb 11, 2025

This is a draft of the data structure that can help us handling call tree search and filtration efficiently.

In the nutshell, it is very similar with the stack trace tree we use to store stack traces (and should be replaced, ideally), but it also provides some nice features like transform, merge, and trim.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant