Skip to content

jcppman/fe-com-comparison

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Front End Adventure: CPU intense tasks

This app uses MP3 encoding as an example to demonstrate diffrent approaches to handle cpu intense tasks on webpages, they are:

USAGE

Serve the files in public folder as static files, for example:

Credits

For many reasons I need to modify the encoding libs used in this demo to fit the needs, for example mpe-lame-encoder does not support Web Assembly yet. The included codes are modified but all algorithm implementations are crafted by the original projects.

The Water Ripples component is from React-motion's Demo-7

About

A demo for front-end computation methods comparison (pureJs, asm.js, Web Assembly)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published