GitXplorerGitXplorer
x

nobox

public
33 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
98bb24a1a1f1e8a902d09cea8bff63b95777f06e

Update scala-library to 2.13.16

sscala-steward-bot committed 8 days ago
Unverified
ffb537125ed90b470d81d221834ac8c52cd47cf8

Update sbt-scalajs, scalajs-compiler, ... to 1.18.1

sscala-steward-bot committed 10 days ago
Verified
3bdc9fe5b948757a16815ee450d3b2d4f709f432

setup-sbt

xxuwei-k committed 10 days ago
Unverified
e4f6be48fbfa101602508be3ca73b94c7084df8f

Update sbt-scalajs, scalajs-compiler, ... to 1.18.0

sscala-steward-bot committed 12 days ago
Unverified
bd0f857052821e07140498f7275556d014ce43c7

Update sbt, scripted-plugin to 1.10.7

sscala-steward-bot committed a month ago
Unverified
6a02cdab9892200074f7270e0d60e23701246d43

Update sbt-pgp to 2.3.1

sscala-steward-bot committed a month ago

README

The README file for this repository.

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"