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

[WIP] Overhaul overclocking and parallel calculation #53

Open
1 of 3 tasks
joegnis opened this issue Sep 19, 2024 · 0 comments
Open
1 of 3 tasks

[WIP] Overhaul overclocking and parallel calculation #53

joegnis opened this issue Sep 19, 2024 · 0 comments

Comments

@joegnis
Copy link

joegnis commented Sep 19, 2024

Progress

  • Reimplement OverclockCalculator
  • Reimplement ParallelHelper
    • Done for not considering input limit, but in reality we should, as it determines parallel
  • Review for the latest version (now referring to GTNH 2.6.1)

Should fix after done

Some ideas

  • We may move calculation logic into a companion mod which directly calls code in Java codebase and returns results to Python program, so we don't need to rewrite logic in Python. I have no mod dev experience so I don't know about the viability, but during implementation of this overhaul, I have managed to get results from Calculator and Helper in a functional test (which is run by a mod).
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