densh on master
Scala 2.12 support and updated … Merge pull request #115 from lo… (compare)
(a => foo(a + 13))(999)
into something like foo(999 + 13)
Ptr[T]
type implemented on top of sun.misc.Unsafe
Ptr[T]
on Scala Native
@data
+ @variant
+ @embed
combo we’ve had before
malloc
is really slow compared to jvm’s gc and our own region allocator.
-Xmx3400m
to not throw OOM exception ? https://gist.github.com/l15k4/89d79c0acbf98f86904c190d35283f1f
scala.array
on heap and it should be Int.MaxValue
big, so smth. like -Xmx2300m
should suffice, right ?