FastCoding icon indicating copy to clipboard operation
FastCoding copied to clipboard

A faster and more flexible binary file format replacement for NSCoding, Property Lists and JSON

Results 5 FastCoding issues
Sort by recently updated
recently updated
newest added

So, I'm not sure how much this is a FastCoding issue vs a Swift 2.0 issue, but I figured you'd want to know about it either way: I've been migrating...

Hi, as I can see, you are carefully fill tags and labels for issues in your repo. For such cases I create a [github_changelog_generator](https://github.com/skywinder/github-changelog-generator), that generate change log file based...

Occasionally get an alignment error on 32 bit devices. This fix works for me: ``` static id FCReadFloat64(__unsafe_unretained FCNSDecoder* decoder) { FC_ALIGN_INPUT(double_t, *decoder->_offset); FC_READ_VALUE(uint64_t, *decoder->_offset, decoder->_input, decoder->_total); __autoreleasing NSNumber* number...

why does fastcoding fast than nskeyedarchive and nskeyedunarchive