jamietre / CsQuery

CsQuery is a complete CSS selector engine, HTML parser, and jQuery port for C# and .NET 4.
Other
1.15k stars 249 forks source link

Indexing Strategy documentation #148

Open fantasticjamieburns opened 10 years ago

fantasticjamieburns commented 10 years ago

Hello,

Is there any documentation around Indexing Strategies? I would like to try the different strategies to compare performance but am unsure where to start.

Thanks.

jamietre commented 10 years ago

Did you find this?

https://github.com/jamietre/CsQuery/blob/master/documentation/indexing-strategies.md

I could have sworn I wrote up some implementation notes but I can't find them now -- if you have any specific questions that aren't covered in that (admittedly brief) writeup, I'm happy to answer.