jsx icon indicating copy to clipboard operation
jsx copied to clipboard

any recent benchmark in using jsx vs jiffy?

Open benoitc opened this issue 9 years ago • 3 comments

Hi,

I am thinking to use jsx by default instead of jiffy in one project to increase its stability. To help the user choices I would like to provides an idea about the performances changes so they can do their own choice. Is there any recent benchmark and tool to do it that would allow me to compare both? I would indeed prefer to use an existing tool instead of providing my own benchmark :)

benoitc avatar Jul 06 '15 08:07 benoitc

there's some json benchmarking tools at https://github.com/devinus/poison but they probably need to be updated. if i have time this week i'll try to update them to use latest jsx/jiffy

talentdeficit avatar Jul 06 '15 13:07 talentdeficit

It would also help if it was determined at what point jiffy locks up the scheduler, unless it has a stable version that uses the dirty scheduler now (I know changes were being worked on, but it seemed like it wasn't ready yet). So you probably want to make sure that both really large and really small JSON data is tested.

okeuday avatar Jul 06 '15 17:07 okeuday

With all the recent changes in jsx and jiffy, I'm sure https://exote.ch/~aseigo/elixir_json_parser_benchmark/json_comparison.html is no longer valid. But this issue doesn't seem to be, either.

paulo-ferraz-oliveira avatar Sep 12 '20 01:09 paulo-ferraz-oliveira