ciren / cilib

Typesafe, purely functional Computational Intelligence
https://cilib.net
Apache License 2.0
124 stars 101 forks source link

Investigate the impact of specialised `Position` representations #322

Closed gpampara closed 3 years ago

gpampara commented 3 years ago

There is some additional performance to be gained by using a specialised collection of value that removes the need for boxing of primitives (especially).

Would probably need to limit the API to prevent weird and unexpected usages of the "collection".