Phamhilator icon indicating copy to clipboard operation
Phamhilator copied to clipboard

Remove CsQuery (and replace Json.Net)

Open ArcticEcho opened this issue 9 years ago • 2 comments

... for performance reasons.


  • [x] Replace Newtonsoft.Json with ServiceStack.Text.
  • [ ] Replace CsQuery with regex.

ArcticEcho avatar May 18 '15 18:05 ArcticEcho

What are you going to use instead?

thomas-daniels avatar May 18 '15 19:05 thomas-daniels

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.

ArcticEcho avatar May 18 '15 19:05 ArcticEcho