Skip to content

yankooo/utility

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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