This repository has been archived by the owner. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
ajdecon/julia-wordcount
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
An attempt at a basic parallel word-count program, using the new Julia language. Example run: Using http://norvig.com/big.txt, julia -p 4 wcfile.j: 35.2 s julia -p 1 wcfile.j: 52.3 s speedup = 1.49 estimated parallel part (amdahl's law): 32.6% The single-threaded reduce and file IO are the killers here, most likely.
About
Basic parallel word-count in Julia
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published