cowsandmilk / MoleculeViewer

Java Molecular Viewer, forked/based off of OpenAstexViewer
2 stars 1 forks source link

Use Apache Commons Primitive Lists #2

Closed cowsandmilk closed 13 years ago

cowsandmilk commented 13 years ago

Get rid of the custom DoubleArray, IntArray, etc. in favor of the much better Apache Commons Primitive Lists http://commons.apache.org/primitives/faq.html

cowsandmilk commented 13 years ago

http://trove4j.sourceforge.net/javadocs/gnu/trove/TDoubleArrayList.html is another option?

cowsandmilk commented 13 years ago

used fastutil to get rid of the custom arrays http://fastutil.dsi.unimi.it/