Andrew Nguyen

Results 1 issues of Andrew Nguyen

I tracked this issue down to: https://github.com/twitter/algebird/blob/develop/algebird-core/src/main/scala/com/twitter/algebird/SketchMap.scala#L98. For every element in the sequence, a new SketchMap is created. For a fairly large Map this can be very inefficient. The fix...

performance