hoijui / JavaOSC

OSC content format/"protocol" library for JVM languages

Home Page:http://www.illposed.com/software/javaosc.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

include API change (array based to List based) in the next release?

hoijui opened this issue · comments

it concerns basically this commit only:
a5f2b35

it boils down to replace OSCPacket[] with List and Object[] with List (for arguments). This is generally considered better practice, and when using ArrayList, there should be virtually no performance difference.

Is anyone against this change?
If so, please speak out... discuss! It is still revertible.

I plan to do a new release in about a month.
When this issue is solved, i will merge the development branch into master.

This API change is now merged into master, and will be used in the next release, as there were no objections, and the original author (Chandrasekhar Ramakrishnan) gave the OK too.