wsjdata / clinton-email-cruncher

Download Hillary Clinton's emails and query them with sqlite
MIT License
153 stars 30 forks source link

Swap out json for ujson #8

Closed pmlandwehr closed 8 years ago

pmlandwehr commented 8 years ago

ujson is a faster version of json written in C. Back in the day, it beat both simplejson and json pretty significantly in some tests. On the other hand, it cares more about speed than error checking.

martinburch commented 8 years ago

Hi, and thanks for taking the time to set up this PR. I wasn't aware of ujson but it definitely looks worth a closer look for other projects. However, it's not right for this project.

So, I won't be accepting this PR. I'll leave it open for a little while, though, so others can see it. Again, thanks for making an effort. So many commits!