1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jun 10, 2025 — Jun 10, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Changed the hash function for numbers to the generic standard hash function. The (now removed) hash function for numbers was originally put in place during the initial development of JSONKit in an attempt to avoid hash collisions and table probe / accelerated cache ageing due to similar hashes. This problem was fixed using a different technique, but the old hash function remained for some reason. Although it depends heavily on the JSON being parsed, this change can result in a 2-6% increase in parsing speed. More... over 15 years ago
Add backticks around NULL. More... over 15 years ago
Fixed a serious crashing bug. Fixed a memory leak. Fixed an off by one error. Updated the README.md file. Added CHANGELOG.md More... over 15 years ago
Fixed a memory leak when the JSON being parsed contained associative arrays where the same key appeared more than once. Also hacked around the CFNumber limitation where CFNumbers only have a signed type for numbers and do not have an explicity unsigned type. Switched the README to README.md. More... almost 16 years ago
Improve the performance of NSNumber serialization, add a few more convenience methods, plus a few other bits and pieces. More... almost 16 years ago
Encode / writer bug fixes and new features. More... almost 16 years ago
Add initial encode / writer support. More... almost 16 years ago
Initial check in. More... almost 16 years ago
first commit More... almost 16 years ago