immutable primitive array wrapper for Scala
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.
libraryDependencies += "com.github.xuwei-k" %% "nobox" % "0.4.0"
for scala-js, scala-native
libraryDependencies += "com.github.xuwei-k" %%% "nobox" % "0.4.0"