From: Brian Takita Date: 2006-10-15T09:44:24+09:00 Subject: [ANN] Fast JSON 0.0.1 Released ------=_Part_42095_22090492.1160873060550 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline I released the Fast JSON library a few days ago. http://fjson.rubyforge.org This project is a fork of the JSON library by Florian Frank ( http://json.rubyforge.org) with optimizations of the JSON rendering including: - Buffering - Implementation in C It is used in a couple of production sites with as much as 10x-20x performance improvement in the JSON rendering and no major issues. Migration from the JSON to the Fast JSON library is as easy as changing require 'json' to require 'fjson' So far it works on Linux and possibly on OSX. It does not work on Windows, as I am having a difficult time compiling it for Windows. Full UTF-8 support is also not yet available. ------=_Part_42095_22090492.1160873060550--