My favorites | Sign in
Logo
                
Featured wiki pages:
HashMaps
LockFreeHashStore
Show all »
Feeds:
Project feeds

What is jjoost?

jjoost aims to be a complete replacement to the existing Java Collections API and all projects that extend it. The aim is to provide a better, faster, configurable and more functionally complete feature set.

jjoost is currently in pre-alpha condition; i.e. the majority of functionality has been provided but neither documented nor tested, nor had community input. If you would like to take a look at what has been produced, please access the Mercurial repository for the latest source; if you have any opinion on aspects of this project or other input we would love to hear from you (see below).


Why create jjoost when google-collections and apache commons exist?

Because they all have certain properties that are undesirable. The certain property most in question being that they are all based on the original JDK Collections API. So much effort is spent ensuring modifications are compatible with this API that only half of any possible benefit is ever really explored.


What is special about jjoost?

On top of redesigning the collections interfaces, completely new implementations have been provided. Due to a better separation of concerns, with barely any extra code, jjoost supports a substantially increased number of kinds of collection.

Some of the best features of jjoost are




Interested in helping out?

Anyone interested in helping out: we are actively interested in finding people (anyone!) interested in helping out - there's lots of work to do in every area: unit testing, documentation, wiki authoring and, obviously, coding.

If you have a strong opinion about how collections libraries should be build, get in touch and have a say in how we put together jjoost. It is still in its early stages so is open to even major changes if they are warranted.

If you are interested in understanding a bit more about the algorithms which underpin all of our applications then this project is an excellent way to do that. The eventual aim is to provide multiple implementations for every kind of map (at least two more kinds of hash table implementations are planned and four or more base types of ordered collection).

Or if perhaps you are a recent graduate, and are looking to get some practical experience and perhaps something to put on your CV, give me a shout

Please send me an email at benedict at jjoost dot org if you are interested.









Powered by Google Project Hosting