Changes between Initial Version and Version 1 of Ticket #18907, comment 13


Ignore:
Timestamp:
2020-04-23T22:56:10+02:00 (6 years ago)
Author:
taylor.smock

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18907, comment 13

    initial v1  
    11That is probably the easiest and simplest solution. It also doesn't have as much overhead as creating an entirely new variable to hold them.
    22
    3 Something to keep in mind is that the `customTagsCache` currently has very few entries relative to the number of countries in the world. The only profiler I have access to is VisualVM, and that doesn't really tell me what is using all the memory (it might say `int[]` uses 133MB, but it doesn't break down what classes use it).
     3Something to keep in mind is that the `customTagsCache` currently has very few entries relative to the number of countries in the world. The only profiler I have access to is VisualVM, and that doesn't really tell me what is using all the memory (it might say `int[]` uses 133MB, but it doesn't break down what classes use it), so I have no idea how that will affect memory usage.
    44
    55