carrotdata / carrot-cache

In-Out-Process Java cache (L1/L2 off-heap, scalable, ZeroGC) with full SSD support
Apache License 2.0
3 stars 0 forks source link

[PERF] Improve performance in compression disabled mode #453

Closed VladRodionov closed 1 month ago

VladRodionov commented 1 month ago

Currently, BaseDataWriter is heavily synchronized on a Segment write lock. Apply optimizations from compressed counterparts.