摘要:
var raw = []byte("On modern Linux systems, the in-kernel random number generator in /dev/random is considered cryptographically secure and, crucially, 阅读全文
摘要:
简介 B 树是为了磁盘或其它存储设备而设计的一种多叉平衡查找树。(相对于二叉,B树每个内结点有多个分支,即多叉) B树又可以写成B-树/B-Tree,并不是B“减”树,横杠为连接符,容易被误导 首先我们介绍一下一棵 m 阶B-tree的特性 m 阶的定义:一个节点能拥有的最大子节点数来表示这颗树的阶 阅读全文
摘要:
https://devblogs.microsoft.com/java/aot-compilation-in-hotspot-introduction/ java aot Introduction In this blog post, we are going to focus on the Ahe 阅读全文