chore[map]: primitive map comment

This commit is contained in:
godotg
2023-12-11 16:35:03 +08:00
parent 90ba536b4d
commit c604a15680
@@ -23,7 +23,7 @@ import java.util.function.Consumer;
/**
* EN: It is suitable for scenarios where there are more reads and fewer writes
* CN: 适用于读多写少的场景
* CN: 适用于读多写少的场景,数据量10w以下性能会有不错的提升,不适用于大数据量的场景
* @author godotg
*/
public class ConcurrentHashMapLongObject<V> implements Map<Long, V> {