c# - ANTLR3 Reduce memory usage -


i have written parser in antlr3. targets both java , csharp3. both using lot of memory @ parse time. files parsing have size between 5 , 40 mb. memory usage far beyond that, iirc correctly .net memory profiler showed peak of on 600mb. grammar file has 500 lines. need output generated injected code in grammar. not need lexer tokens in memory or ast.

is there can do? antlr4 address memory usage issues?


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -