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

Optimize storage of configs in the DFA #10

Open
sharwell opened this issue Feb 16, 2012 · 0 comments
Open

Optimize storage of configs in the DFA #10

sharwell opened this issue Feb 16, 2012 · 0 comments

Comments

@sharwell
Copy link
Owner

Memory consumed by the DFA cache is dominated by the ATNConfigSet associated with each DFAState. By storing a compressed form which can be used to reconstruct the actual ATNConfigSet in the event of ATN failover, memory usage could improve by over 85%.

@ghost ghost assigned sharwell Feb 16, 2012
@sharwell sharwell removed their assignment Feb 20, 2015
sharwell pushed a commit that referenced this issue Jun 7, 2016
sharwell pushed a commit that referenced this issue Jun 7, 2016
Wrong property when building for net v4.5.
sharwell added a commit that referenced this issue Jan 4, 2017
Fix syntax for InitLocalIntMember template alias
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant