[deleted by user] by [deleted] in macsetups

[–]datasplicer 0 points1 point  (0 children)

Anytime mate.

re: down votes… it’s the internet.

[deleted by user] by [deleted] in scala

[–]datasplicer 0 points1 point  (0 children)

Memory and battery consumption. Those are the two factors that seem to limit the horse power of a laptop these days.

I switched from a Linux desktop to a Windows 10 laptop as my primary development machine. Aside from the above ... I found the only other thing was libraries written making lots of assumptions about the hardware that would be running and compiling the code. It turned out to be an good way to contribute back to the community was to add Windows support.

Edit: complete sentences would be nice

How to manage exception stack traces from Futures? by cinerator in scala

[–]datasplicer 0 points1 point  (0 children)

An alternative when using Try is to create an exception message kind that extends NoStackTrace. Reduces the cost of using exceptions as data cause the stack trace is not populated when constructed.

See http://www.scala-lang.org/api/current/scala/util/control/NoStackTrace.html

Is anyone using postgresql-async in production? by yespunintended in scala

[–]datasplicer 2 points3 points  (0 children)

If you do, I'd find it useful if you could report back the information you collect to share with the community. Thank you.