I am a graduate student at Oregon State University and as a part of my research and subject CS562 Applied Software Engineering project (Study and Refactoring of Functional Interface in Java),
I have done refactoring of the Function<T,Integer> to ToIntFunction.
My research and project deals with the boxing and unboxing of Wrapper class and the primitive data-types.
I want to know that whether the open source community is ready to accept these micro-optimizing refactorings or not.
Hello,
I am a graduate student at Oregon State University and as a part of my research and subject CS562 Applied Software Engineering project (Study and Refactoring of Functional Interface in Java), I have done refactoring of the Function<T,Integer> to ToIntFunction.
My research and project deals with the boxing and unboxing of Wrapper class and the primitive data-types. I want to know that whether the open source community is ready to accept these micro-optimizing refactorings or not.
Thank you, Harsh Thakor