摘要:
简介 B 树是为了磁盘或其它存储设备而设计的一种多叉平衡查找树。(相对于二叉,B树每个内结点有多个分支,即多叉) B树又可以写成B-树/B-Tree,并不是B“减”树,横杠为连接符,容易被误导 首先我们介绍一下一棵 m 阶B-tree的特性 m 阶的定义:一个节点能拥有的最大子节点数来表示这颗树的阶 阅读全文
摘要:
https://blog.csdn.net/weixin_34252090/article/details/92562419 https://github.com/LMDB/lmdb #include <stdio.h>#include "lmdb.h" int main(int argc,char 阅读全文
摘要:
https://www.w3.org/TR/2019/REC-wasm-core-1-20191205/#introduction%E2%91%A2 https://webassembly.github.io/spec/core/_download/WebAssembly.pdf 1.wasi de 阅读全文
摘要:
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 阅读全文
摘要:
https://github.com/mbasso/awesome-wasm github.com/tetratelabs/wazero 有关一些历史背景,请参阅这些幻灯片和这篇博文。 阅读全文