CSC/ECE 517 Spring 2015 M1503 EDTS: Difference between revisions
Jump to navigation
Jump to search
(→Servo) |
(→Servo) |
||
Line 3: | Line 3: | ||
=='''Introduction'''== | =='''Introduction'''== | ||
===Servo=== | ===Servo=== | ||
Servo is an experimental project to build a Web browser engine for a new generation of hardware: mobile devices, multi-core processors and high-performance GPUs. With Servo, we are rethinking the browser at every level of the technology stack — from input parsing to page layout to graphics rendering — to optimize for power efficiency and maximum parallelism. | Servo is an experimental project to build a Web browser engine for a new generation of hardware: mobile devices, multi-core processors and high-performance GPUs. With Servo, we are rethinking the browser at every level of the technology stack — from input parsing to page layout to graphics rendering — to optimize for power efficiency and maximum parallelism.<ref> https://www.mozilla.org/en-US/research/projects/</ref> | ||
===Rust=== | ===Rust=== |
Revision as of 03:34, 31 March 2015
Extending Developer Tools for Servo
Introduction
Servo
Servo is an experimental project to build a Web browser engine for a new generation of hardware: mobile devices, multi-core processors and high-performance GPUs. With Servo, we are rethinking the browser at every level of the technology stack — from input parsing to page layout to graphics rendering — to optimize for power efficiency and maximum parallelism.<ref> https://www.mozilla.org/en-US/research/projects/</ref>