Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 657 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 657 Bytes

utility

English | 中文

📖 Introduction

utility implements several common data structures such as AVL, BST, and skip-list. And consistency-hash, several common load balancing algorithms (such as weighted random, smooth weighted polling, etc.). There are also several implementations of globally unique IDs (such as the snowflake algorithm).