• Latest Articles
  • Article Archive
  • About Us
Other Links
Copyright © 2024 Surfin Cloud Inc.
All rights reserved.

Articles under the 'Java' tag

The Java HashMap Under the Hood

OverviewHashMap is a K/V key-value pair data structure with fast search and good insertion and deletion performance. It is implemented based on the Map interface of the hash table. It is one of the commonly used Java collections and is non-thread safe. Data StructureJDK1.7 The bottom layer uses ... More >>
2023-10-13 Java / HashMap

Java flow limitation and common solutions

[Basic concepts of current limiting] [Common algorithms for current limiting schemes]  [Commonly Used Flow Limiting Schemes]  [Consider flow-limiting design from the architectural dimension]  ... More >>
2022-10-08 Back End / Java / OPS / Flow limitation / Common solutions
1