Skip to content

Instantly share code, notes, and snippets.

@jestan
Created December 7, 2011 20:53
Show Gist options
  • Save jestan/1444598 to your computer and use it in GitHub Desktop.
Save jestan/1444598 to your computer and use it in GitHub Desktop.
My Scala Notes
# Compiler switches for optimization
-optimise
# Detailed Scala Collection Doc
http://www.scala-lang.org/docu/files/collections-api/collections.html
# @specialized (full performance for generic code)
# Scala Performance Optimization
https://docs.google.com/present/view?id=0AS8emH3-FLt3ZGRtbWJyOGdfMTFmcDZkcTk2cw&hl=en&pli=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment