HackerTrans
TopNewTrendsCommentsPastAskShowJobs

gmartres

no profile record

Submissions

Scalable codec testing with Are We Compressed Yet?

medium.com
2 points·by gmartres·6 tahun yang lalu·0 comments

comments

gmartres
·6 bulan yang lalu·discuss
Chisel picked up Scala 3 support in 7.0.0 released last September (https://github.com/chipsalliance/chisel/releases/tag/v7.0.0), right now they cross-compile between Scala 2 and 3 but from what I heard they should eventually move to Scala 3 only to start taking advantage of new features like named tuples (https://docs.scala-lang.org/scala3/reference/other-new-featu...).
gmartres
·4 tahun yang lalu·discuss
Thanks for open-sourcing this! Roughly, what's the performance overhead from running code under hermit? I'm wondering if this could be used for doing benchmarking with less variance on non-deterministic platforms such as the JVM (I assume hermit is "deterministic enough" that the JIT and GC threads of the JVM will run the same code on every execution?)
gmartres
·4 tahun yang lalu·discuss
https://www.lihaoyi.com/post/FromFirstPrinciplesWhyScala.htm...