Phamhilator
Phamhilator copied to clipboard
Remove CsQuery (and replace Json.Net)
... for performance reasons.
- [x] Replace Newtonsoft.Json with ServiceStack.Text.
- [ ] Replace CsQuery with regex.
What are you going to use instead?
Well, after thoroughly reviewing all CsQuery usages (and the profiler reports), it would seem that using Regex would be a suitable replacement (it'll require a bit of work, but the performance gain will be worth it).
And as for Newtonsoft.Json
, I'll be switching to ServiceStack.Text
.