nicklockwood / FastCoding

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

why fastcoding fast than nskeyedarchive and nskeyedunarchive

ArthurChi opened this issue · comments

why does fastcoding fast than nskeyedarchive and nskeyedunarchive

It avoids saving duplicate data such as repeated property names for every instance of an object. It also uses a more efficient binary format with optimized representations for different primitive types.