s

stack-alloc

Allocate Java objects on method stack instead of program heap.
https://github.com/stephengold/stack-alloc
Zlib License
Martin Dvorak
Files download
File Operation
stack-alloc-1.0.2.jar download
stack-alloc-1.0.2.pom download
stack-alloc-1.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.stephengold</groupId>
  <artifactId>stack-alloc</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.stephengold:stack-alloc:1.0.2'
Gradle Kotlin
implementation("com.github.stephengold:stack-alloc:1.0.2")
Scala SBT
libraryDependencies += "com.github.stephengold" % "stack-alloc" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.stephengold', module='stack-alloc', version='1.0.2')
)
Apache Ivy
<dependency org="com.github.stephengold" name="stack-alloc" rev="1.0.2" />
Leiningen
[com.github.stephengold/stack-alloc "1.0.2"]
Apache Buildr
'com.github.stephengold:stack-alloc:jar:1.0.2'