Package trove4j: Information
Source package: trove4j
Version: 3.0.3-alt2
Build time: Oct 13, 2022, 12:21 AM in the task #305235
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
Last changed
July 12, 2019 Aleksei Nikiforov 3.0.3-alt2
- Fixed build with new java.
Nov. 16, 2018 Aleksei Nikiforov 3.0.3-alt1
- Initial build for ALT.