Here is the list of my academic publications:
Publications
Classification-based Static Collection Selection for Java: Effectiveness and Adaptability
Accepted at the International Conference on Evaluation and Assessment in Software Engineering (EASE) 2023.
Abstract Carefully selecting the right collection datastructure can significantly improve the performance of a Java program. Unfortunately, the performance impact of a certain collection selection can be hard to estimate.To assist developers there are tools that recommend collections to use based on static and/or dynamic information about a program. The majority of existing collection selection tools for Java (e.