Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ktoso/scala-lazy-impr-playground
https://github.com/ktoso/scala-lazy-impr-playground
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ktoso/scala-lazy-impr-playground
- Owner: ktoso
- Created: 2017-08-14T06:28:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-21T07:01:01.000Z (over 7 years ago)
- Last Synced: 2024-12-07T01:44:23.443Z (about 1 month ago)
- Language: HTML
- Size: 14.6 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SIP-20: Improved Lazy Vals Initialization - Playground
Contains benchmark, jcstress checks as well as various implementations of new improved `lazy val` encodings.
The follow up for this repository will be implementing the feature in the Scala compiler itself.
Note that the project may require JDK9 to run, since it contains implementations experimenting with `VarHandles`,
which could be made available as optional or under a flag in Scala if deemed useful enough.Learn more
----------http://docs.scala-lang.org/sips/pending/improved-lazy-val-initialization.html