Concurrency Walking Far From Home If you know me or have read my posts here before you undoubtably know that I work in Javascript. In fact you might be aware that I really LOVE Javascript. It may not be the fastest language and it may be missing some features
Web Workers Web Workers - Conclusion If you read my last post you know I recently had a bit of fun playing around with web workers. While this little experiment was fun as a simple way to learn how to use web workers it also led me to some very
Algorithms N-Queens - Web Workers Well it has been not one but two posts in the lead up to this one. I going to avoid repeating myself here, so if you aren't familiar with the N-Queens problem, web workers or why I'm talking about them together, check those out.
Javascript Web Workers - The Intro Someone recently suggested a little experiment to me that I found interesting. They made the observation that the classic N-Queens problem offered many contained sub-routines which could be used to test out web workers. So why not try them out? Intrigued, I went ahead