pierceDong84  

2022年8月24日

摘要: Worst case/Average case/Good case 最坏情况 平均情况 好的情况 阅读全文
posted @ 2022-08-24 17:08 PierceDong 阅读(15) 评论(0) 推荐(0) 编辑
 
摘要: Computer scientists are often faced with the task of comparing algorithms to see how fastthey run or how much memory they require. There are two appro 阅读全文
posted @ 2022-08-24 15:36 PierceDong 阅读(20) 评论(0) 推荐(0) 编辑

2022年8月8日

摘要: CPU Dual core L1 cache L2 cache L3 cache i-cache 指令缓存 d-cache 数据缓存 unified-cache 指令、数据缓存 Miss rate Hit rate Hit time Miss penalty 阅读全文
posted @ 2022-08-08 16:37 PierceDong 阅读(15) 评论(0) 推荐(0) 编辑

2022年8月4日

摘要: 并发实现方式:基于进程、IO多路复用、基于线程 阅读全文
posted @ 2022-08-04 17:08 PierceDong 阅读(11) 评论(0) 推荐(0) 编辑
 
摘要: 现实世界: 架构设计、编码实现、算法、数据结构,尽可能并行处理 低层实现:算法、数据结构、减少循环、尽可能减少函数调用、编码优化、理解底层CPU、借助编译器优化 编译器不是万能的,虽然很厉害 阅读全文
posted @ 2022-08-04 17:07 PierceDong 阅读(13) 评论(0) 推荐(0) 编辑

2022年6月27日

摘要: 源自 https://zhuanlan.zhihu.com/p/272843520 仅供个人学习参考 阅读全文
posted @ 2022-06-27 08:54 PierceDong 阅读(324) 评论(0) 推荐(0) 编辑

2022年6月23日

摘要: 第一次听到这个概念是在本科毕业时,后来也没有深究,最近看了下 大致意思:计算机执行程序,每一步都不是随机的,都是确定的,因此通过计算机实现随机被称为伪随机。 https://www.computerhope.com/jargon/p/pseudo-random.htm https://www.ana 阅读全文
posted @ 2022-06-23 15:00 PierceDong 阅读(7) 评论(0) 推荐(0) 编辑