moaxcp / x11

An x11 protocol implementation and client for the jvm
MIT License
20 stars 3 forks source link

Switch to eclipse collections #36

Open moaxcp opened 3 months ago

moaxcp commented 3 months ago

Using autoboxed java lists is inefficient for primitive lists. What is needed are immutable primitive lists. Switch the project to use eclipse collections for supporting primitive lists.