haxetink / tink_macro

The macro toolkit
MIT License
57 stars 17 forks source link

Do not reset build cache on every rerun #10

Closed back2dos closed 7 years ago

back2dos commented 7 years ago

May be the cause of https://github.com/HaxeFoundation/haxe/issues/5735

back2dos commented 7 years ago

@kevinresol Can you please check if this makes your memory issue any better?

back2dos commented 7 years ago

Forget what I just said. It seems I forgot to actually use the cache in tink_json ... sorry :D

kevinresol commented 7 years ago

I dunno, because I was working with the rethinkdb driver recently and I didn't use any macro there, but the haxe completion server (for vscode) still eats up memory like a beast and renders my machine totally unresponsive often. I have totally no clue.

back2dos commented 7 years ago

Ok, now the parsers are actually cached. When you continue that work, please let me know if it got better?