项目作者: zjh171

项目描述 :
小专栏【iOS开发之深入理解runtime】(https://xiaozhuanlan.com/runtime) 的配套Demo
高级语言: C
项目地址: git://github.com/zjh171/RuntimeSample.git
创建时间: 2019-03-27T02:10:00Z
项目社区:https://github.com/zjh171/RuntimeSample

开源协议:

下载


RuntimeSample

文件列表以及描述

debugableruntime

可编译的 runtime 版本,版本对应的系统在文章 https://xiaozhuanlan.com/topic/9178403562 中有提及。

Hash Map

剥离出 runtime 中的 hash map。

KSNXHashTable.c KSNXHashTable.h KSNXMapTable.c KSNXMapTable.h 这四个文件是从 runtime 中剥离出来的 maptable 和 hashtable,之所以加上前缀 “KS” ,是为了防止和 runtime 中的冲突。

LogLog

剥离出 runtime 中的日志系统。使用方式很简单,直接跑 demo 工程即可。

基本类型 包装器类型
boolean Boolean
char Character
int Integer
byte Byte
short Short
long Long
float Float
double Double