| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
10 Nov 2011 21:57:09
1.1.0
|
tota  |
- Update to 1.1.0
Feature safe: yes |
17 Sep 2011 02:59:33
1.0.0
|
tota  |
- Update to 1.0.0 |
17 Aug 2011 03:53:49
0.8.3
|
tota  |
- Update to 0.8.3 |
23 Mar 2011 13:57:09
0.8.2
|
tota  |
- Update to 0.8.2 |
12 Feb 2011 15:45:10
0.8.1
|
tota  |
- Update to 0.8.1 |
03 Feb 2011 19:40:42
0.8.0
|
tota  |
- Update to 0.8.0
Feature safe: yes |
13 Jan 2011 12:45:11
0.7.9
|
tota  |
- Update to 0.7.9
Feature safe: yes |
31 Dec 2010 06:22:30
0.7.8
|
tota  |
- Add LICENSE |
23 Nov 2010 04:49:14
0.7.8
|
pgollucci  |
Update some more outdated pkg-descr WWW lines
With Hat: ruby@
Sponsored by: RideCharge Inc. / TaxiMagic |
17 Nov 2010 14:10:45
0.7.8
|
tota  |
- Add a new port: devel/rubygem-yajl-ruby
This gem is a C binding to the excellent YAJL JSON parsing and generation
library.
Features:
* JSON parsing and encoding directly to and from an IO stream (file, socket,
etc) or String. Compressed stream parsing and encoding supported for Bzip2,
Gzip and Deflate.
* Parse and encode multiple JSON objects to and from streams or strings
continuously.
* JSON gem compatibility API - allows yajl-ruby to be used as a drop-in
replacement for the JSON gem
* Basic HTTP client (only GET requests supported for now) which parses JSON
directly off the response body *as it's being received*
* ~3.5x faster than JSON.generate
* ~1.9x faster than JSON.parse
* ~4.5x faster than YAML.load
* ~377.5x faster than YAML.dump
* ~1.5x faster than Marshal.load
* ~2x faster than Marshal.dump
WWW: http://github.com/brianmario/yajl-ruby |