Mark McDonnell
Member since Oct 26, 2011
- Profile: /members/9165-mark-mcdonnell.htm
- URL: http://www.integralist.co uk/
- Comments: 4
Recent Blog Comments By Mark McDonnell
-
Gathering Data In Parallel Inside An Asynchronous Generator-Based Workflow In JavaScript
Posted on Aug 6, 2016 at 3:20 PM
@Nick, In software it's more accurate to interpret "parallel" as being actually "at the same time" (e.g. utilising multiple processes) and "concurrency" as being a "context switch" mechanism. Concurrency is what's happening in JS so that's how it should be d... read more »
-
Gathering Data In Parallel Inside An Asynchronous Generator-Based Workflow In JavaScript
Posted on Aug 4, 2016 at 4:17 PM
Just want to mention that all references to parallel should likely be changed to concurrently as parallel suggests true multi-threading or multiprocess, while JavaScript is single threaded. Only a small point but worth being aware of.... read more »
-
Loading GitHub Gists After The Page Content Has Loaded
Posted on Jan 14, 2012 at 11:50 AM
Check out my repo where I load up all my GitHub data (repos, gists) asynchronously using RequireJs, when.js, a Js wrapper around the GitHub REST API (v2). Works like a charm: https://github.com/Integralist/integralist.github.com... read more »
-
Using RequireJS For Asynchronous Script Loading And JavaScript Dependency Management
Posted on Oct 26, 2011 at 5:28 PM
Check out my post on using RequireJs along with loading jquery as a named module and also shows the build script http://integralist.co.uk/post/11705798780/beginners-guide-to-amd-and-requirejs... read more »