immutability - Is there a maintained immutable priority queue in Scala? -
i looking implementation of immutable priority queue @ least scala 2.8, preferably more current. there implementation somewhere?
some links here: http://www.scala-lang.org/old/node/10374
in particular, see https://github.com/scalaz/scalaz/blob/master/core/src/main/scala/scalaz/fingertree.scala , https://github.com/sciss/fingertree
i think can trust code in scalaz sound. if want lighter-weight library, can examine source code sciss , see think.
Comments
Post a Comment