add MetroHash

This commit is contained in:
Looly
2022-02-11 17:35:05 +08:00
parent f239ba901f
commit 37f9220e50
14 changed files with 273 additions and 214 deletions

View File

@@ -18,6 +18,7 @@
* 【core 】 IntMap和LongMap使用位运算快速求解取余运算(pr#2123@Github)
* 【core 】 新增通用builder类GenericBuilder(pr#526@Gitee)
* 【core 】 新增copySafely方法与mkdirsSafely方法(pr#527@Gitee)
* 【core 】 新增MetroHash(pr#532@Gitee)
### 🐞Bug修复
* 【core 】 修复ChineseDate农历获取正月出现数组越界BUGissue#2112@Github