<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/ruby-gems/json.git/java/src, branch headius-jruby_perf_tweaks</title>
<subtitle>github.com: flori/json
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/json.git/'/>
<entry>
<title>Only allocate a single ParserResult, and pass it along the stack.</title>
<updated>2011-12-20T15:11:53+00:00</updated>
<author>
<name>Charles Oliver Nutter</name>
<email>headius@headius.com</email>
</author>
<published>2011-12-20T15:11:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/json.git/commit/?id=3c7c29215d18d25fff3d3af2d599f90894c52c72'/>
<id>3c7c29215d18d25fff3d3af2d599f90894c52c72</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Better ByteList subsequence and break up some parse methods.</title>
<updated>2011-12-20T14:30:33+00:00</updated>
<author>
<name>Charles Oliver Nutter</name>
<email>headius@headius.com</email>
</author>
<published>2011-12-20T14:30:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/json.git/commit/?id=d44d02c2e2f84ce0c57be7819c925c822ce614f3'/>
<id>d44d02c2e2f84ce0c57be7819c925c822ce614f3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use appropriate byteListToInum for Ruby version.</title>
<updated>2011-12-20T13:00:10+00:00</updated>
<author>
<name>Charles Oliver Nutter</name>
<email>headius@headius.com</email>
</author>
<published>2011-12-20T13:00:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/json.git/commit/?id=7e72fc62e670f59edc5ca74f339c1bc264214034'/>
<id>7e72fc62e670f59edc5ca74f339c1bc264214034</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor tweaks to Java ext for performance.</title>
<updated>2011-12-20T12:50:01+00:00</updated>
<author>
<name>Charles Oliver Nutter</name>
<email>headius@headius.com</email>
</author>
<published>2011-12-20T12:47:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/json.git/commit/?id=48440cb88cc89a162611dda4ed6b3cfc5c80f09e'/>
<id>48440cb88cc89a162611dda4ed6b3cfc5c80f09e</id>
<content type='text'>
* Avoid full newInstance logic if constructing normal Array or Hash
* Skip intermediate RubyString for float and integer parsing
* Avoid toString for comparison with "-Infinity"
* Avoid repeated class.getName().equals() calls
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Avoid full newInstance logic if constructing normal Array or Hash
* Skip intermediate RubyString for float and integer parsing
* Avoid toString for comparison with "-Infinity"
* Avoid repeated class.getName().equals() calls
</pre>
</div>
</content>
</entry>
<entry>
<title>support buffer length settings</title>
<updated>2011-11-23T10:29:54+00:00</updated>
<author>
<name>Florian Frank</name>
<email>flori@ping.de</email>
</author>
<published>2011-11-23T10:29:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/json.git/commit/?id=b1b366d5da6582d3417adc03c1746a2a81b92aa2'/>
<id>b1b366d5da6582d3417adc03c1746a2a81b92aa2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extract utils out of this library into json-utils</title>
<updated>2011-09-12T22:48:21+00:00</updated>
<author>
<name>Florian Frank</name>
<email>flori@ping.de</email>
</author>
<published>2011-09-12T18:17:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/json.git/commit/?id=f729d47aefc98623677142de62f6211feeacb116'/>
<id>f729d47aefc98623677142de62f6211feeacb116</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add some documentation</title>
<updated>2011-08-31T00:22:41+00:00</updated>
<author>
<name>Florian Frank</name>
<email>flori@ping.de</email>
</author>
<published>2011-08-31T00:04:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/json.git/commit/?id=3dab4c5a6a97fac03dacf19446b9ff2a6b397591'/>
<id>3dab4c5a6a97fac03dacf19446b9ff2a6b397591</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'quirks-mode-parser' into quirks-mode</title>
<updated>2011-07-30T23:57:19+00:00</updated>
<author>
<name>Florian Frank</name>
<email>flori@ping.de</email>
</author>
<published>2011-07-30T23:00:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/json.git/commit/?id=86bd839402eae91a1703fdfe6e1ae8267f39f030'/>
<id>86bd839402eae91a1703fdfe6e1ae8267f39f030</id>
<content type='text'>
Conflicts:
	java/src/json/ext/Parser.java
	java/src/json/ext/Parser.rl
	json.gemspec
	json_pure.gemspec
	tests/test_json.rb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	java/src/json/ext/Parser.java
	java/src/json/ext/Parser.rl
	json.gemspec
	json_pure.gemspec
	tests/test_json.rb
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement quirks_mode</title>
<updated>2011-07-30T22:55:16+00:00</updated>
<author>
<name>Florian Frank</name>
<email>flori@ping.de</email>
</author>
<published>2011-07-27T00:46:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/json.git/commit/?id=9d0b1ca629f6f5bc558a4b3f887f0f8cf154fe78'/>
<id>9d0b1ca629f6f5bc558a4b3f887f0f8cf154fe78</id>
<content type='text'>
This allows parsing of primitive values
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows parsing of primitive values
</pre>
</div>
</content>
</entry>
<entry>
<title>started quirks mode for generator</title>
<updated>2011-07-27T00:40:10+00:00</updated>
<author>
<name>Florian Frank</name>
<email>flori@ping.de</email>
</author>
<published>2011-07-27T00:14:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/json.git/commit/?id=bdb2b910a5ebd92471de13d7e90d54408f6b093e'/>
<id>bdb2b910a5ebd92471de13d7e90d54408f6b093e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
