gc-less

A lot of various gc-friendly utils

Лицензия

Лицензия

Группа

Группа

com.aerse
Идентификатор

Идентификатор

gcless
Последняя версия

Последняя версия

11.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

gc-less
A lot of various gc-friendly utils
Ссылка на сайт

Ссылка на сайт

https://github.com/dernasherbrezon/gc-less
Система контроля версий

Система контроля версий

https://github.com/dernasherbrezon/gc-less

Скачать gcless

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.aerse/gcless/ -->
<dependency>
    <groupId>com.aerse</groupId>
    <artifactId>gcless</artifactId>
    <version>11.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.aerse/gcless/
implementation 'com.aerse:gcless:11.2'
// https://jarcasting.com/artifacts/com.aerse/gcless/
implementation ("com.aerse:gcless:11.2")
'com.aerse:gcless:jar:11.2'
<dependency org="com.aerse" name="gcless" rev="11.2">
  <artifact name="gcless" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aerse', module='gcless', version='11.2')
)
libraryDependencies += "com.aerse" % "gcless" % "11.2"
[com.aerse/gcless "11.2"]

Зависимости

compile (13)

Идентификатор библиотеки Тип Версия
org.springframework.security : spring-security-web jar 3.2.1.RELEASE
org.springframework.security : spring-security-config jar 3.2.1.RELEASE
org.eclipse.jetty : jetty-servlet jar 8.1.7.v20120910
org.eclipse.jetty : jetty-jmx jar 8.1.7.v20120910
org.eclipse.jetty : jetty-jsp jar 8.1.7.v20120910
javax.validation : validation-api jar 1.1.0.Final
org.springframework : spring-context jar 4.0.2.RELEASE
org.springframework : spring-context-support jar 4.0.2.RELEASE
log4j : log4j jar 1.2.16
org.slf4j : slf4j-log4j12 jar 1.6.1
org.slf4j : slf4j-api jar 1.6.1
org.slf4j : jul-to-slf4j jar 1.6.1
org.slf4j : jcl-over-slf4j jar 1.6.1

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.10

Модули Проекта

Данный проект не имеет модулей.

There are several alternatives exist

  • jdk
  • google guava
  • commons-lang

However all of them have drawbacks. gc-less utilities aimed to take the best ideas:

  • custom functions instead of generic pattern-based jdk utilities
  • simple and non-functional implementation instead of verbose guava
  • advanced algorithms instead of brute style of commons-lang.

Currently:

  • Iterable<?> instead of Collection. Return algorithm rather than data.
  • Trim & handle unicode whitespaces

Maven

<dependency>
        <groupId>com.aerse</groupId>
        <artifactId>gcless</artifactId>
        <version>11.1</version>
</dependency>

Версии библиотеки

Версия
11.2
11.1