torch2424 / link-drops

A collection of your links that you find across the internet, made with the help of @julianpoy
http://linkdrops.com/#/
Apache License 2.0
2 stars 1 forks source link

Render Thread Lock - Loading more links... #114

Open julianpoy opened 8 years ago

julianpoy commented 8 years ago

Loading more links at bottom of page renderlocks

torch2424 commented 8 years ago

What does that mean?

torch2424 commented 8 years ago

Perhpas this will help?

http://adambom.github.io/parallel.js/

And I found out web workers are fairly new, but widely supported: http://caniuse.com/#feat=webworkers

torch2424 commented 8 years ago

And this? http://stackoverflow.com/questions/11909934/how-to-pass-functions-to-javascript-web-worker

julianpoy commented 8 years ago

This is exactly what we need. I knew of webworkers, but they were cumbersome until that library. That library makes it a breeze.

torch2424 commented 8 years ago

Is Parallels a node library, or can it be imported into angular? Also, are you handling these, or am I, since you're really focused on Flyxer??

julianpoy commented 8 years ago

I am handling this/these. Tis why I assigned it to myself :)

julianpoy commented 8 years ago

Also as for Parallels: It will integrate just perfectly. It is a node library, but since I've learned how to rewrite grunt/gulp files, it will be very easy to integrate :)