Skip to content

使用qt的树结构来展示B+树的内部节点

Notifications You must be signed in to change notification settings

ss-torres/bplustree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bplustree

使用qt的树结构来展示B+树的内部节点

程序说明:

  1. 这个程序用来展示使用B+树插入若干数字后,形成的B+树的具体内部结构.
  2. 这个程序是使用qt5.11.2编写的,不过没有使用很多新特性,所以,应该使用比较低版本的qt也可以正常编译运行.

程序背景:

  1. 在看高性能mysql的时候,书中有说,如果按照顺序插入的话,可以加快插入速度,同时节省空间.我对后面这一条表示很怀疑,所以,自己尝试写了一个B+树,这里暂时只实现了插入的部分,然后通过qt的树状图展示出来.不过,这里的实现应该和qt中的有所不同.

About

使用qt的树结构来展示B+树的内部节点

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published