Changes between Initial Version and Version 1 of Ticket #18907, comment 13
- Timestamp:
- 2020-04-23T22:56:10+02:00 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18907, comment 13
initial v1 1 1 That is probably the easiest and simplest solution. It also doesn't have as much overhead as creating an entirely new variable to hold them. 2 2 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). 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), so I have no idea how that will affect memory usage. 4 4 5 5


