Skip to content

Commit 758a452

Browse files
Update readme.md
1 parent 6c130a4 commit 758a452

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

readme.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1+
2+
# OrderedMap
3+
14
主要是对go 语言 系统的 stl 的不足做补充。
25
```
36
go get github.com/memory-overflow/go-orderedmap
47
```
58

6-
# OrderedMap
79
golang stl 原生的 map 是基于 hash 的无序 map,OrderedMap 是对 hash map 的补充。支持按照 key 顺序遍历。
810

911
OrderedMap 使用 avl 树实现,是线程安全的。

0 commit comments

Comments
 (0)