On 2017-03-28 9:41 AM, aktoo3...@gmail.com wrote:
Hi everyone,
I'm thinking to participate GSoC'17, and I'd like to work on Servo.
I found "Off main thread HTML parsing project" in GitHub Wiki, it's sounds 
interesting, and I sent some PRs to each E-easy issue.

I have been reading the project page and I have a question.

How the async parser's performance is benchmarked?

Thanks,
Akito Ono


Hi! A straightforward answer to this question is that you compare the values of Date.now() at the start of page load and after the DOMContentLoaded event is dispatched (which means that parsing has completed), and you also measure the performance of APIs that use the parser like Element.innerHTML.

However, I would also like to point out that there is not much time left before the GSoC submission deadline, and we have several applicants who have shown us very strong proposals so far. Given this, I think your odds of being selected for this project at this point are very low, and you should probably look at other projects if you wish to participate in GSoC'17.

Cheers,
Josh
_______________________________________________
dev-servo mailing list
dev-servo@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-servo

Reply via email to