efa icon indicating copy to clipboard operation
efa copied to clipboard

EFA#112 Better search performance for efaCloud: TableBuilder.tableNames

Open cubitusgh2 opened this issue 2 months ago • 1 comments

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.

cubitusgh2 avatar Jan 04 '25 15:01 cubitusgh2