You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :)
The text was updated successfully, but these errors were encountered:
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
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.
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 :)
The text was updated successfully, but these errors were encountered: