s-j / solbrille

A small-scale search engine implementation with a Web-interface. Written for a university project.
0 stars 0 forks source link

Custom List implementations #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
To increase efficiency of lists we need to implement our own versions of
ArrayList<Integer>, ByteArray (use ints[] for faster equals) and chararray
(don't use chars, use bytes, we don't need to use 2 bytes for each
char...don't need to think about i18n in this project).

Original issue reported on code.google.com by arne...@gmail.com on 31 Jan 2009 at 3:13

GoogleCodeExporter commented 9 years ago

Original comment by arne...@gmail.com on 31 Jan 2009 at 3:17

GoogleCodeExporter commented 9 years ago
I'll start to this ASAP, code will be in com.ntnu.solbrille.utils

Original comment by arne...@gmail.com on 31 Jan 2009 at 3:18