Community:SummerOfCode17:Brainstorming: Difference between revisions

PDF.js with Streams API. Project for using Streams API in PDF.js for networking and rendering purpose that will increase efficiency in terms of memory and speed. As Streams API is a new technology, this project test Firefox's implementation.
(PDF.js with Streams API. Project for using Streams API in PDF.js for networking and rendering purpose that will increase efficiency in terms of memory and speed. As Streams API is a new technology, this project test Firefox's implementation.)
Line 386: Line 386:
! Comments
! Comments
|-
|-
|}
== 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
|}
|}