1
0
mirror of https://github.com/tearshark/librf.git synced 2024-10-01 15:57:07 +08:00
Commit Graph

16 Commits

Author SHA1 Message Date
tearshark
9f1aaf5923 兼容Xcode 2020-03-26 17:26:39 +08:00
tearshark
8a3b577147 排除潜在的内存错误 2020-03-23 22:11:35 +08:00
tearshark
bebda7391d 整理测试代码 2020-03-23 17:19:59 +08:00
tearshark
cc1367f39c 更新测试说明 2020-03-18 21:59:36 +08:00
tearshark
a5459300b9 新版本的event实现 2020-03-10 21:31:05 +08:00
tearshark
fee671711d 减少state加锁的次数
增加future对yield的测试
2020-03-02 14:50:01 +08:00
tearshark
30aaddfed3 提升版本号到2.3.2 2020-03-01 15:38:05 +08:00
tearshark
0e5ac70991 在state上使用自旋锁替换递归锁,以减少内存占用 2020-03-01 15:36:11 +08:00
tearshark
4061c32f3f clang通过除asio外的所有测试 2020-03-01 13:17:04 +08:00
tearshark
3ba9a56cae 优化一点内存占用空间和性能
更好的兼容clang
版本升级到2.2.1
2020-02-29 01:11:21 +08:00
tearshark
3badb4e13f 增加测试内存布局的范例 2020-02-19 16:05:19 +08:00
tearshark
39356713cc 恢复新版本下的mutex功能,并完成相关范例 2020-02-16 12:49:58 +08:00
tearshark
fc2d08af7c 深入ASIO的pingpong测试
根据VS的静态分析改善代码
2018-08-26 23:46:02 +08:00
tearshark
3e81636db7 优化调度器所花费的时间 2018-08-08 21:01:25 +08:00
tearshark
db03e525be 支持N:N模式的协程 2017-10-01 10:33:08 +08:00
tearshark
67a3e653ed 添加内存占用的测试代码 2017-09-24 14:36:36 +08:00