increase cache of stringified longs
This should improve the csv generation a little bit.
This commit is contained in:
@@ -2,7 +2,7 @@ package org.lucares.recommind.logs;
|
||||
|
||||
public class LongUtils {
|
||||
|
||||
private static final int INT_TO_STRING_CACHE_SIZE= 1000;
|
||||
private static final int INT_TO_STRING_CACHE_SIZE = 10_000;
|
||||
private static final String[] INT_TO_STRING;
|
||||
static {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user