Skip to content

rlefevre/elm-chunked-md5-webworker-port

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an example of an Elm program that uses ports and a web worker to compute asynchronously and in parallel the MD5 of several files in chunks of 2MB.

Notes

  • The file is selected from Elm and available in the Model once its MD5 has been computed
  • No custom element is used
  • The file is read only once in chunks to compute its MD5

Demo

https://rlefevre.github.io/elm-chunked-md5-webworker-port/

About

Elm program with files chunked parallel MD5 computation in a webworker using ports

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages