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

Changes for Erlang Scheduler friendly implementation #6

Merged
merged 1 commit into from
Mar 18, 2024
Merged

Conversation

vs-ads
Copy link

@vs-ads vs-ads commented Mar 18, 2024

Commit extends be-tree library with functions that:

  • count number of visited nodes when traversing BE-Tree;
  • count number of visited nodes when traversing boolean expressions ASTs;
  • count number of boolean expressions operations.

The nodes counts and operations counts will be used by erl-be-tree to estimate number of reductions consumed when event match against boolean expressions is performed.

@vs-ads vs-ads requested a review from a team as a code owner March 18, 2024 13:25
@vs-ads vs-ads merged commit d5b8bdd into master Mar 18, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants