Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
HD Stich committed Jun 1, 2022
1 parent 66621fc commit 5498c0d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@
`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.
- `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.

0 comments on commit 5498c0d

Please sign in to comment.