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

Avoid topic filter stackoverflow & add topic tree compaction #338

Merged
merged 10 commits into from
Nov 13, 2019

Conversation

SgtSilvio
Copy link
Member

Motivation
Resolves #334 (avoid any stack overflows possibly caused by many topic levels)

Changes

  • Avoid stack overflows
  • Added topic tree compaction, improves memory usage of topic tree

@SgtSilvio SgtSilvio added this to the 1.1.3 milestone Oct 17, 2019
@SgtSilvio SgtSilvio self-assigned this Oct 17, 2019
@cla-bot cla-bot bot added the cla-signed label Oct 17, 2019
@SgtSilvio SgtSilvio changed the title Bugfix/topic filter stackoverflow Avoid topic filter stackoverflow & add topic tree compaction Oct 17, 2019
@SgtSilvio SgtSilvio force-pushed the bugfix/topic-filter-stackoverflow branch from dbf0d83 to eef1751 Compare October 25, 2019 21:45
@SgtSilvio SgtSilvio force-pushed the bugfix/topic-filter-stackoverflow branch from eef1751 to 9e191df Compare November 11, 2019 21:19
@SgtSilvio SgtSilvio merged commit 74f29c2 into develop Nov 13, 2019
@SgtSilvio SgtSilvio deleted the bugfix/topic-filter-stackoverflow branch November 13, 2019 20:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Stack Overflow when using Topicfilter with a large number of levels.
2 participants