Skip to content

Instantly share code, notes, and snippets.

@pfreixes
Last active October 28, 2016 15:49
Show Gist options
  • Select an option

  • Save pfreixes/149c53c4b6c1999052c0fda73aa094d2 to your computer and use it in GitHub Desktop.

Select an option

Save pfreixes/149c53c4b6c1999052c0fda73aa094d2 to your computer and use it in GitHub Desktop.

Parsing many lines (lines 1000) (Repeated 10 times)

Time took Python json (Python version): 0.501879239018308

Time took cythonized Python json: 0.08349561202339828

Time took Python json (C version) : 0.05558486797963269

Time took ujson: 0.029640772991115227

Parsing twitter file (size 567916)

Time took Python json (Python version): 0.12928520498098806

Time took cythonized Python json: 0.018527150998124853

Time took Python json (C version) : 0.011837925005238503

Time took ujson: 0.012588548997882754

Parsing bellboy file (size 120257)

Time took Python json (Python version): 0.07881258300039917

Time took cythonized Python json: 0.012545912992209196

Time took Python json (C version) : 0.010963521024677902

Time took ujson: 0.009211115015204996

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment