Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 734 Bytes

README.md

File metadata and controls

26 lines (13 loc) · 734 Bytes

Namespace PoC.sort

The namespace PoC.sort offers implementations of sorting algorithms.

Sub-Namespace(s)

Package(s)

The package PoC.sort holds all component declarations for this namespace.

Entities

  • 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.