/kbeam

Generic data structure implementations and algorithms for Kotlin

Primary LanguageKotlinMIT LicenseMIT

KBeam

CI Release Snapshot

Generic data structure implementations and algorithms for Kotlin

Provides general tools for manipulating, representing and storing data as well as data flow. The name is inspired by the Rust crossbeam crate, which focuses on concurrent data structures.

There is no user documentation; see the Dokka page to get API docs.

Usage

See the version badges for the latest release and snapshot builds.

repositories {
  mavenCentral()
  // for snapshot builds
  // maven("https://s01.oss.sonatype.org/content/repositories/snapshots/")
}

dependencies {
  implementation("io.github.aecsocket", "kbeam", "VERSION")
}