CSC/ECE 517 Fall 2014/oss M1455 asa

From Expertiza_Wiki
Revision as of 23:09, 26 October 2014 by Apjoshi (talk | contribs)
Jump to navigation Jump to search

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.