Menu ---
  • Home
  • Projects
  • About

afshin.

Tag: async

Async vs. Sync I/O benchmark in NodeJs

In ProgrammingTags async, javascript, nodejsOctober 24, 2013Leave a comment afshin

As you know, NodeJs is a non-blocking I/O platform which gives you ability to do non-blocking and event-based functionalities. It has async methods for I/O but it also provide sync version of that methods as well. It means you can write to a file with async/non-blocking methods and you can do the same with sync …

Continue Reading

Site Footer

Categories

  • Database (4)
  • Hack (1)
  • Math (1)
  • Programming (15)
  • Publishing (1)

Recent Posts

  • Character density using Haskell
  • How to fix "Library not loaded: libmysqlclient.18.dylib" in Mac OS X
  • Optimized solution to calculate first powers of 2
  • MongoDB Aggregation

Archives

Copyright (c) 2013, 2014, 2015, 2016 Afshin Mehrabani.