Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.38 KB

README.md

File metadata and controls

38 lines (26 loc) · 1.38 KB

devkit-go

Go Report Card codecov CI GitHub release (latest SemVer) Go Reference

devkit-go is a collection of various Go solutions and tools designed to help developers solve common problems and enhance their applications efficiently. This repository provides ready-to-use code snippets, utilities, libraries, and best practices for Go programming.

Tools

Data Structure

  • Double-Linked List
  • Ring Buffer
  • Lock-Free Queue

Rate Limiter

  • Token Bucket
  • Leaky Bucket
  • Fixed Window
  • Sliding Window Log
  • Sliding Window Count

Cache Eviction

  • LRU
  • LFU
  • FIFO
  • ARC

License

This project is licensed under the MIT License. See the LICENSE file for more details.