Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fburato/filechecker
Scala application to perform a parallel checksum of a directory using different concurrency strategies
https://github.com/fburato/filechecker
Last synced: about 1 month ago
JSON representation
Scala application to perform a parallel checksum of a directory using different concurrency strategies
- Host: GitHub
- URL: https://github.com/fburato/filechecker
- Owner: fburato
- Created: 2015-02-22T10:33:19.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-22T10:34:01.000Z (almost 10 years ago)
- Last Synced: 2023-08-01T01:41:57.986Z (over 1 year ago)
- Language: Scala
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
Scala application to perform a checksum of a given directory
with a parallel processing. Different strategies are available
to test the effectiveness of the Thread model if compared to
the scala Actor model.---
Requires scala-swing_2.11-1.0.1.jar to be run in Scala 2.11