博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Basic Data Structures and Algorithms in the Linux Kernel--reference
阅读量:6050 次
发布时间:2019-06-20

本文共 1123 字,大约阅读时间需要 3 分钟。

http://luisbg.blogalia.com/historias/74062

Thanks to     in   I have been reading some of the famous data structures and algorithms used in the Linux Kernel. And so can you. 
Links based on  :
    • , , .
    •  with comments telling you what you can't find in the textbooks.
    •  used for , , etc.
    •  are  are used for scheduling, virtual memory management, to track file descriptors and directory entries, etc.
    • .
    • , are used for , NFS related lookups and networking related functionality.
    • , which is literally, a textbook implementation, used in the .
    • , with a reference to Knuth and to a paper.
    • Some parts of the code, such as , implement their own hash function.
    •  used to implement , , etc.
    • , which are used for dealing with flags, interrupts, etc. and are featured in Knuth Vol. 4.
    •  and .
    •  is used for , , etc.
    • .
    •  and variant used in .
    •  is used to check correctness of locking at runtime.
    •  on linked lists is used for , , etc.
    •  is amazingly implemented too, in a driver library.
    • .
    •  with references and recommendations for when to prefer the alternative.

 

Referencias (TrackBacks)

URL de trackback de esta historia http://luisbg.blogalia.com//trackbacks/74062

转载地址:http://qhtex.baihongyu.com/

你可能感兴趣的文章
LAMP编译部署
查看>>
XenDesktop7.6安装部署入门教程
查看>>
HashMap的工作原理及HashMap和Hashtable的区别
查看>>
GregorianCalendar日历程序
查看>>
Sublime 中运行 Shell 、Python、Lua、Groovy...等各种脚本
查看>>
【Java集合源码剖析】ArrayList源码剖析
查看>>
linux的目录结构
查看>>
这次逻辑通了,
查看>>
HTMLHelper
查看>>
快速构建Windows 8风格应用29-捕获图片与视频
查看>>
OC语言Block和协议
查看>>
使用xpath时出现noDefClass的错误(找不到某个类)
查看>>
.Net规则引擎介绍 - REngine
查看>>
CSS3 transforms 3D翻开
查看>>
利用传入的Type类型来调用范型方法的解决方案
查看>>
Top命令内存占用剖析
查看>>
转 网络IO模型:同步IO和异步IO,阻塞IO和非阻塞IO
查看>>
求带分数(蓝桥杯)
查看>>
Retrofit 入门学习
查看>>
Spring Boot学习笔记
查看>>