Skip to content

Commit

Permalink
chore[map]: doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysunxiao committed Apr 2, 2024
1 parent 96a4a6d commit bf8fe17
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@


/**
* EN: It is suitable for scenarios where there are more reads and fewer writes
* CN: 适用于读多写少的场景,数据量10w以下性能会有不错的提升,不适用于大数据量的场景
* EN: The performance is much lower than ConcurrentHashMap of the JDK, and the purpose is to reduce the memory footprint of the Long wrapper type
* CN: 性能远低于JDK自带的ConcurrentHashMap,主要就是减少Long包装类型的内存占用
*
* @author godotg
*/
Expand Down

0 comments on commit bf8fe17

Please sign in to comment.