MCPcopy Create free account
hub / github.com/f9micro/f9-kernel / sort

Function sort

kernel/lib/sort.c:51–88  ·  view source on GitHub ↗

* sorting time is O(n log n) both on average and worst-case. * * Typically, qsort is faster on average, but it suffers from exploitable * O(n*n) worst-case behavior and extra memory requirements that make it * less suitable for kernel use. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

sampling_statsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected