You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 31, 2022. It is now read-only.
Since they're just tiny wrappers around NSCoding and friends, they have little purpose (we can use NSKeyedArchiver directly). I don't believe any other collection class in Cocoa has such an implementation.
The text was updated successfully, but these errors were encountered:
in my testcase PJTernarySearchTree * tree = [NSKeyedUnarchiver unarchiveObjectWithFile:path] is much slower than 1. read a json file to NSDictionary 2. build PJTernarySearchTree from the dict.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Since they're just tiny wrappers around
NSCoding
and friends, they have little purpose (we can useNSKeyedArchiver
directly). I don't believe any other collection class in Cocoa has such an implementation.The text was updated successfully, but these errors were encountered: