xuwei-k / nobox   0.4.0

MIT License GitHub

immutable primitive array/NonEmptyArray wrapper for Scala

Scala versions: 3.x 2.13 2.12 2.11 2.10
Scala.js versions: 1.x 0.6
Scala Native versions: 0.5 0.4 0.3

nobox

Maven Central scaladoc

immutable primitive array wrapper for Scala

what's this

nobox means No Boxing primitive values. There are ArrayOps and WrappedArray in Scala standard library, but these operations sometimes so slow. This library provide more efficient(faster and less memory) operations for primitive arrays.

latest stable version

libraryDependencies += "com.github.xuwei-k" %% "nobox" % "0.4.0"

for scala-js, scala-native

libraryDependencies += "com.github.xuwei-k" %%% "nobox" % "0.4.0"