com-lihaoyi / upickle

uPickle: a simple, fast, dependency-free JSON & Binary (MessagePack) serialization library for Scala
https://com-lihaoyi.github.io/upickle
MIT License
707 stars 158 forks source link

Reproduction for issue #416 #444

Closed lihaoyi closed 1 year ago

lihaoyi commented 1 year ago

It appears the pathological behavior is gone, and this test can now pass successfully on both Scala 2 and Scala 3.

It takes ~2x as long on Scala 3 as Scala 2 (~16s vs ~8s), not obvious why, but at least the "hangs forever" behavior seems to be gone