cartridge-java icon indicating copy to clipboard operation
cartridge-java copied to clipboard

Implement mapper caching to reduce GC utilization

Open vrogach2020 opened this issue 3 years ago • 2 comments

Affects #96

vrogach2020 avatar Aug 20 '21 14:08 vrogach2020

Also we must consider serialization code in springdata and provide perfomance

vrogach2020 avatar Jan 25 '22 08:01 vrogach2020

@akudiyar thoughts

Raw idea: we should define a "tagging" API for mappers (e.g. a hashcode for the whole stack) that we can use for caching >the other mappers. Using such tag (hashcode) can allow caching mappers without space schema involved, but it will >require each converter and mapper to provide a unique tag (hashcode).

ArtDu avatar Feb 20 '23 09:02 ArtDu