Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 404 Bytes

File metadata and controls

15 lines (8 loc) · 404 Bytes

The research in the qualification on lib/list_sort.c

This repository is a final project of the course Linux kernel Internals, and it is attempting to contribute Timsort to the Linux kernel lib/list_sort.c.

Development Environment

Current Application of Tim sort for doubly linked-list

Test

Test bench in the user mode

Test bench in the Linux kernel environment

References