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

Erlang Scheduler friendly implementation #6

Merged
merged 1 commit into from
Mar 19, 2024
Merged

Erlang Scheduler friendly implementation #6

merged 1 commit into from
Mar 19, 2024

Conversation

vs-ads
Copy link

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

Commit extends erl-be-tree with functions to facilitate Erlang Scheduler friendly event matching operations:

  • erl_betree:search_iterator/2;
  • erl_betree:search_all/1;
  • erl_betree:search_next/1.

File Erlang_Scheduler_friendly_processing_with_BE_Tree.md contains detailed description.

@vs-ads vs-ads requested a review from a team as a code owner March 18, 2024 13:34
benchmarks/be_eval.erl Outdated Show resolved Hide resolved
benchmarks/be_eval.erl Outdated Show resolved Hide resolved
benchmarks/be_eval.erl Outdated Show resolved Hide resolved
benchmarks/be_loader.erl Outdated Show resolved Hide resolved
benchmarks/be_loader.erl Outdated Show resolved Hide resolved
benchmarks/be_loader.erl Outdated Show resolved Hide resolved
Copy link

@mijkenator mijkenator left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably good to notice "Not to use benchmark in prod" in readme until atoms leak code will not be replaced.

@vs-ads
Copy link
Author

vs-ads commented Mar 19, 2024

Atoms generation based on the increasing counters, atoms leak, has been removed from benchmarks code.

…iendly event matching operations:

- erl_betree:search_iterator/2;
- erl_betree:search_all/1;
- erl_betree:search_next/1.
File Erlang_Scheduler_friendly_processing_with_BE_Tree.md contains detailed description.
@vs-ads vs-ads merged commit 35258a7 into master Mar 19, 2024
1 of 2 checks passed
@vs-ads vs-ads deleted the PEDSP-2941 branch March 19, 2024 17:45
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.

3 participants