Commit Graph

7 Commits

Author SHA1 Message Date
Dave MacLachlan
ee9ead6cab Standardize formatting across files using
clang-format -style=Google
2017-11-18 16:11:20 -08:00
Dave MacLachlan
4c467d21a9 Improve Array additions performance
There is no reason to have an @synchronized here. An NSArray by itself is
immutable so it is thread safe. An NSMutableArray by definition is not thread
safe if it is being accessed/mutated on multiple threads.

Other small enhancements to reduce number of calls being made.
2017-11-03 13:56:32 -07:00
Dave MacLachlan
d7869c2322 Move to using compressed JSON for Metadata 2017-03-17 17:11:00 -07:00
iziz
27a1667971 Remove file "NBAddition" 2015-11-09 00:34:52 +09:00
iziz
acd879079d Add NSCoding to NBPhoneNumber and etc. 2014-07-16 18:27:35 +09:00
ishtar
b3f42702f3 Clean it. 2014-02-26 18:46:02 +09:00
ishtar
e41c39f09b Moved from me2day 2014-02-26 18:13:36 +09:00