Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rentiansheng authored Sep 3, 2021
1 parent 83c826d commit 3fce0e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ struct 在我们使用的时候之所以方便,简洁就是在做反序列的

#### json Unmarshal

使用 github.com/json-iterator/go 来 Iterator实现数据读取和接卸,后需计划使用unsafe.Pointer , 减少reflect性能损耗
使用 github.com/json-iterator/go 来 Iterator实现数据读取和数据反序列化,后需计划使用unsafe.Pointer , 减少reflect性能损耗

eg:
```golang
Expand Down Expand Up @@ -95,4 +95,4 @@ eg:
return
}

```
```

0 comments on commit 3fce0e2

Please sign in to comment.