The namespace PoC.sort
offers implementations of sorting algorithms.
PoC.sort.sortnet
contains sorting network implementations.
The package PoC.sort
holds all component declarations for this namespace.
sort_lru_cache
implements a list of least-recently-used (LRU) items. The implementation is optimized for the use in caches.sort_lru_list
implements a list of least-recently-used (LRU) items. The implementation is generic.