dscape / lnug-talk

Talk Given at LNUG Feb 2012

Home Page:http://lanyrd.com/2012/lnug-february/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I have nothing better to do so I'm listening to this guy talk about developing streaming JSON parsers in javascript

  • Why not just use JSON Parse? The why I need to know about this section?
    • In reality you probably don't need to know about it.
    • You should use JSON.parse
      • It's faster
      • But blocking. and blocking is bad in node.
      • Doesn't do async (streaming or cb)
  • How to use a streaming JSON parser in node
  • How to build your own a json parser in javascript
  • Making it simple to use
    • Based on this github issue
  • Performance tricks on a node JSON streaming parser
    • How to debug node apps and make them faster

About

Talk Given at LNUG Feb 2012

http://lanyrd.com/2012/lnug-february/


Languages

Language:JavaScript 100.0%