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

Todos #38

Open
20 of 25 tasks
eseiler opened this issue Jul 6, 2023 · 1 comment
Open
20 of 25 tasks

Todos #38

eseiler opened this issue Jul 6, 2023 · 1 comment

Comments

@eseiler
Copy link
Member

eseiler commented Jul 6, 2023

  • remove filenames from HIBF, after testing with raptor
  • documentation
  • decide what is public and accessible
  • read_from/write_to should have error handling. Should it always consume until the appropriate prefix appears?

Done:

@eseiler
Copy link
Member Author

eseiler commented Sep 7, 2023

Config

double max_rearrangement_ratio{0.5};
bool disable_estimate_union{false};
bool disable_rearrangement{false};

max_rearrangement_ratio == 0.0 means disable_rearrangement == true.

Estimate union should improve layout.

How much runtime does union estimate and rearrangement add?

Maybe always do union estimate. max_rearrangement_ratio controls rearrangement.

double max_rearrangement_ratio{0.5};
// bool disable_estimate_union{false}; REMOVED
// bool disable_rearrangement{false}; REMOVED

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

No branches or pull requests

1 participant