rest.li icon indicating copy to clipboard operation
rest.li copied to clipboard

Specialising Functional Interfaces to avoid autoboxing

Open ameyaKetkar opened this issue 7 years ago • 1 comments

Hello, I am a Graduate Student at Oregon State University, studying the impact of autoboxing. I have written a tool, which analyses the source code to find opportunities to refactor the code to a specialised implementation for primitives, thus eliminating autoboxing. All the changes, have been done manually, and have been verified by me.In this pull request I have specialised two instances of FunctionalInterfaces . I have many more such patches, I will be happy to contribute.

ameyaKetkar avatar Oct 11 '17 16:10 ameyaKetkar

@ameyaKetkar You should rebase this and resolve the conflicts

evanw555 avatar Feb 12 '20 21:02 evanw555