stringsearch

High-perfor­mance pattern matching algo­rithms in Java

Лицензия

Лицензия

Категории

Категории

Search Прикладные библиотеки
Группа

Группа

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

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

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

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

2.2.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

stringsearch
High-perfor­mance pattern matching algo­rithms in Java
Ссылка на сайт

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

https://github.com/elefana/stringsearch
Система контроля версий

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

https://github.com/elefana/stringsearch.git

Скачать stringsearch

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

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

Зависимости

test (3)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11
org.jmock : jmock-junit4 jar 2.5.1
org.jmock : jmock-legacy jar 2.5.1

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

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

StringSearch

High-performance pattern matching algorithms in Java

Build Status

The Java language lacks fast string searching algorithms. StringSearch provides implementations of the Boyer-Moore and the Shift-Or (bit-parallel) algorithms. These algorithms are easily five to ten times faster than the naïve implementation found in java.lang.String.

Based on implementation by Johann Burkard

Download

Maven:

	<dependencies>
		<dependency>
			<groupId>com.elefana</groupId>
			<artifactId>stringsearch</artifactId>
			<version>2.2</version>
		</dependency>
	</dependencies>

Gradle:

	compile "com.elefana:stringsearch:2.2.0"

Documentation

This library contains implementations of the following pattern matching algorithms:

License

StringSearch is licensed under the MIT License (OSI certified).

Other Resources

com.elefana

elefana

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

Версия
2.2.0