Community:SummerOfCode17: Difference between revisions

PDF.js with Streams API. Project for using Streams API in networking and rendering process of PDF.js, that increases efficiency in terms of speed and memory. As Streams API is new technology, this project also test Firefox's implementation.
(PDF.js with Streams API. Project for using Streams API in networking and rendering process of PDF.js, that increases efficiency in terms of speed and memory. As Streams API is new technology, this project also test Firefox's implementation.)
Line 173: Line 173:
|}
|}


== PDF.js ==
{| class="standard-table" border="1" style="border-collapse: collapse"
|-
! Title
! Details
! Skills Needed
! Reporter
! Mentor(s)
! Comments
|-
| Streams API in PDF.js
| Streams API with PDF.js, makes it more faster and memory efficient. Passing data incrementally from worker to main thread increases the speed of processing.  Using Streams API instead of xhr in networking reduces the memory usage. Since Streams API is a new technology, using it in PDF.js test Firefox's implementation.   
| ECMAScript 2015, Web APIs
| :yury
| :yury
| Proposal: https://docs.google.com/document/d/1yTPvPBhGkFn7XUntAt8wdVPckxHovYylNAIJOGnGRXc/edit?usp=sharing
|}


== Release Engineering ==
== Release Engineering ==