[PATCH 0/8] lib/sort: Add generic sort to lib/
From: Matt Mackall (mpm_at_selenic.com)
Date: 01/31/05
- Previous message: Matt Mackall: "[PATCH 7/8] lib/sort: Replace insertion sort in IA64 exception tables"
- Next in thread: Matt Mackall: "[PATCH 1/8] lib/sort: Heapsort implementation of sort()"
- Reply: Matt Mackall: "[PATCH 1/8] lib/sort: Heapsort implementation of sort()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 31 Jan 2005 01:34:19 -0600 To: Andrew Morton <akpm@osdl.com>
This patch series introduces a generic heapsort function, sort(), in
lib/. It also replaces the uses of the recently introduced qsort()
code from glibc and then removes that code. A few other open-coded
sort routines are updated as well. I plan to clean up some other
effervescent sort routines in the near future.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Previous message: Matt Mackall: "[PATCH 7/8] lib/sort: Replace insertion sort in IA64 exception tables"
- Next in thread: Matt Mackall: "[PATCH 1/8] lib/sort: Heapsort implementation of sort()"
- Reply: Matt Mackall: "[PATCH 1/8] lib/sort: Heapsort implementation of sort()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|