Skip to content

Commit

Permalink
Document why HybridJacksonPool has to be public
Browse files Browse the repository at this point in the history
  • Loading branch information
mariofusco authored Jan 9, 2024
1 parent 5ed8e2f commit d49defa
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
* recalculating the position of that bucket also during the release. The heads of the linked lists are hold in an
* {@link AtomicReferenceArray} where each head has a distance of 16 positions from the adjacent ones to prevent
* the false sharing problem.
* <p>
* This class is public in order to allow its reuse also in other projects.
*/
public class HybridJacksonPool implements RecyclerPool<BufferRecycler> {

Expand Down

0 comments on commit d49defa

Please sign in to comment.