anilmaurya / fast_jsonparser

Fastest Json parser for Ruby, wrapper for simdjson
MIT License
307 stars 10 forks source link

Memory leak #18

Closed hackhowtofaq closed 3 years ago

hackhowtofaq commented 4 years ago

There is definitely a memory leak.

I replaced Oj with this gem and the memory consumption after 3 hours was insane.

I' ll try to pint point the issue.

Thanks

anilmaurya commented 3 years ago

Hi @hackhowtofaq Did you figure out where the issue is ?

hackhowtofaq commented 3 years ago

I am not sure if the problem was the gem or eventmachine, so I will close the issue. Regards