GP
Size: a a a
GP
VS
GP
GP
Oℕ
GP
Oℕ
VS
[info] Benchmark Mode Cnt Score Error Units
[info] ByteBuffer avgt 10 24889.131 ± 615.592 ns/op
[info] scodec avgt 10 478709.411 ± 17253.767 ns/op
λ
Oℕ
Oℕ
GP
[info] Benchmark Mode Cnt Score Error Units
[info] ByteBuffer avgt 10 24889.131 ± 615.592 ns/op
[info] scodec avgt 10 478709.411 ± 17253.767 ns/op
VS
λ
Oℕ
λ
VS
@Benchmark
def deserialize_test(st: St, bh: Blackhole): Unit = bh.consume(Serde.deserialize(st.serializedExpr))
VS
@State(Scope.Benchmark)
class St extends BigSum {
val serializedExpr: Array[Byte] = Serde.serialize(expr)
}
VS
Oℕ