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

[Fix/Feature]: Use in-place cycle processing and refactor general processing of the graph #28

Merged
merged 6 commits into from
Aug 31, 2024

Conversation

marchermans
Copy link
Contributor

This fixes a run-away memory situation where the circle detection would consume absurd amounts of memory while it was searching for all circles in the graph.

Additionally the entire processing of the graph has been improved, removing many corner cases.

Closes: #26
Closes: #24

@marchermans marchermans changed the base branch from version/latest to version/1.20.1 August 31, 2024 17:49
@marchermans marchermans merged commit 2d18261 into version/1.20.1 Aug 31, 2024
1 check passed
Copy link

@MaPePeR MaPePeR left a comment

Choose a reason for hiding this comment

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

Also logs..

LICENSE Show resolved Hide resolved
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.

Memory leak Aequivaleo v0.1.132 Memory Leak with Mine Colonies
2 participants