Package trove4j: Information
Source package: trove4j
Version: 3.0.3-alt1
Build time: Aug 17, 2021, 02:19 AM
Category: Development/Java
Report package bugHome page: http://trove4j.sourceforge.net/
License: LGPLv2.1
Summary: High performance collections for java
Description:
GNU Trove is a fast, lightweight implementations of the java.util Collections API. These implementations are designed to be pluggable replacements for their JDK equivalents. Whenever possible, GNU Trove provide the same collections support for primitive types. This gap in the JDK is often addressed by using the "wrapper" classes (java.lang.Integer, java.lang.Float, etc.) with Object-based collections. For most applications, however, collections which store primitives directly will require less space and yield significant performance gains.
Maintainer: Aleksei Nikiforov