https://github.com/ilya-klyuchnikov/spsc-lite-scala
The main goal is to code SPSC in idiomatic Scala
https://github.com/ilya-klyuchnikov/spsc-lite-scala
Last synced: 6 months ago
JSON representation
The main goal is to code SPSC in idiomatic Scala
- Host: GitHub
- URL: https://github.com/ilya-klyuchnikov/spsc-lite-scala
- Owner: ilya-klyuchnikov
- Created: 2010-12-29T20:28:18.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2013-05-02T10:30:45.000Z (over 12 years ago)
- Last Synced: 2024-10-06T10:41:17.698Z (about 1 year ago)
- Language: Scala
- Homepage:
- Size: 1.22 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme
Awesome Lists containing this project
README
This project is developed using Scala plug-in for eclipse:
http://www.scala-lang.org/node/94The simplest way to build and run this project is also using this plug-in.
Install Eclipse and mentioned plug-in (plug-in comes with Scala SDK) - nothing else is needed.To taste SPSC light in eclipse select Sample.scala -> Run as -> Scala Application.
Enjoy!