brianmario / yajl-ruby

A streaming JSON parsing and encoding library for Ruby (C bindings to yajl)
http://rdoc.info/projects/brianmario/yajl-ruby
MIT License
1.48k stars 169 forks source link

yajl-ruby perf issues with ruby 3 #221

Open pfrcks opened 2 years ago

pfrcks commented 2 years ago

Hi,

Does yajl-ruby has any performance regressions with ruby 3? We are seeing performance impact when using yajl-ruby with ruby 3.0.2 and ruby 3.1.0.

Are there any known issues with ruby 3?

ganga1980 commented 2 years ago

/track @ganga1980

International commented 2 years ago

I am seeing a perf issue issue also on ruby 2.7.4 when upgrading from 1.4.1 to 1.4.3. Using 1.4.1 on r3 does not seem to have the same problem from my tests.