efa
efa copied to clipboard
EFA#112 Better search performance for efaCloud: TableBuilder.tableNames
Currently, Tablebuilder contains a new set which contains some table name which imply having an ecrid for efaCloud. public static final ArrayList<String> tablenames = new ArrayList<>();
This is an ArrayList, providing poor search performance. Should be converted to HashSet instead.