CSC/ECE 517 Fall 2014/oss M1455 asa: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
Line 3: Line 3:


== Introduction ==
== Introduction ==
Servo is an experimental web browser layout engine being developed by Mozilla Research for new generation hardware. The project has a symbiotic relationship with the Rust programming language, in which it is being developed. Rust is a new programming language for developing reliable and efficient systems.
Servo is an experimental web browser layout engine being developed by Mozilla Research for new generation hardware.
The project has a symbiotic relationship with the Rust programming language, in which it is being developed. Rust is a new programming language for developing reliable and efficient systems.
 
Servo currently depends on a lot of C libraries, because Rust equivalents did not exist when the project started.  
Servo currently depends on a lot of C libraries, because Rust equivalents did not exist when the project started.  
We want to evaluate switching some of these to new Rust libraries that have been created.  
We want to evaluate switching some of these to new Rust libraries that have been created.  
This project involves rewriting the code that uses these libraries as well as taking measurements before and after to determine the costs involved.
This project involves rewriting the code that uses these libraries as well as taking measurements before and after to determine the costs involved.

Revision as of 23:15, 26 October 2014

EVALUATE REPLACING C IMAGE & FONT LIBRARIES WITH RUST EQUIVALENTS In this wiki we represent the steps involved in our OSS Mozilla Project using Rust Programming Language.

Introduction

Servo is an experimental web browser layout engine being developed by Mozilla Research for new generation hardware. The project has a symbiotic relationship with the Rust programming language, in which it is being developed. Rust is a new programming language for developing reliable and efficient systems.

Servo currently depends on a lot of C libraries, because Rust equivalents did not exist when the project started. We want to evaluate switching some of these to new Rust libraries that have been created. This project involves rewriting the code that uses these libraries as well as taking measurements before and after to determine the costs involved.