Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 381 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 381 Bytes

Generics

Generics is a collection of generic thread-safe Go utility packages:

  • Stack: A LIFO ('Last In, First Out') stack implementation.
  • Queue: A FIFO ('First In, First Out') queue implementation.
  • Cache: A cache implementation.
  • LRU Cache: A LRU ('Last Recently Used') cache implementation.
  • LFU Cache: A LFU ('Least Frequently Used') cache implementation.