Changes between Version 1 and Version 2 of Ticket #22030


Ignore:
Timestamp:
2022-04-20T21:26:48+02:00 (3 years ago)
Author:
taylor.smock
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22030 – Description

    v1 v2  
    1 I've been doing some profiling with Vector tiles, and I've noticed that makes a significant number of allocations.
     1I've been doing some profiling with Vector tiles, and I've noticed that `isStripEmpty` makes a significant number of allocations.
    22
    33Looking at the profiler output, it looks like `Utils.isBlank` effectively gets optimized away (tested on Java 8/17). Does anyone know of a reason to keep `Utils.isStripEmpty`?