Changes between Version 1 and Version 2 of Ticket #22030
- Timestamp:
- 2022-04-20T21:26:48+02:00 (3 years ago)
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. 1 I've been doing some profiling with Vector tiles, and I've noticed that `isStripEmpty` makes a significant number of allocations. 2 2 3 3 Looking 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`?