Javolution
By artifact
fastutil
fastutil extends the Java™ Collections Framework by providing type-specific maps, sets, lists and queues. (by vigna)
| Javolution | fastutil | |
|---|---|---|
| - | 5 | |
| - | 2,189 | |
| - | 1.7% | |
| - | 7.7 | |
| - | 6 months ago | |
| Java | ||
| - | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Javolution
Posts with mentions or reviews of Javolution.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning Javolution yet.
Tracking mentions began in Dec 2020.
fastutil
Posts with mentions or reviews of fastutil.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-11-02.
- Go Primitive in Java, or Go in a Box
-
Do you know how to evaluate performance of your Java applications?
For a request with thousands of IDs (e.g., batch validation), each Integer requires unboxing. The alternative? Use int[] and IntHashSet (from the FastUtil library).
- Você sabe avaliar performance de suas aplicações Java?
- Rawdrawandroid – Build Android apps without any Java, in C and Make
- Gli algoritmi di Unimi nella nuova versione di Java
What are some alternatives?
When comparing Javolution and fastutil you can also consider the following projects:
Disruptor - High Performance Inter-Thread Messaging Library
Eclipse Collections - Eclipse Collections is a collections framework for Java with optimized data structures and a rich, functional and fluent API.
Trove
HPPC - High Performance Primitive Collections for Java
Primitive-Collections - A Primitive Collection library that reduces memory usage and improves performance and provides a lot of QoL
Agrona - High Performance data structures and utility methods for Java