Skip to content

yankooo/utility

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