VCilk.HomePage History
Show minor edits - Show changes to markup - Cancel
VOMP's runtime compares favorably with the latest MIT release, Cilk version 5.4, despite the MIT version taking advantage of tricks enabled by the ultra simple nature of the language and the restrictions it places on dependency patterns that can be expressed in the language.
VCilk's runtime compares favorably with the latest MIT release, Cilk version 5.4, despite the MIT version taking advantage of tricks enabled by the ultra simple nature of the language and the restrictions it places on dependency patterns that can be expressed in the language.
Development time was 7 hours, including design, implementation, and testing.
Development time was 9 hours, including design, implementation, and testing.
- includes all sub-repositories, updated to correct versions to build the project
- Project repo? includes all sub-repositories, updated to correct versions to build the project
- includes all sub-repositories, updated to correct versions to build the project
- Code of VCilk language
- Code of test application written with VCilk
Welcome to VCilk (VMS based Cilk)
Introduction and Overview
VCilk is a VMS implementation of the Cilk spawn and sync constructs, embedded into C.
Development time was 7 hours, including design, implementation, and testing.
VOMP's runtime compares favorably with the latest MIT release, Cilk version 5.4, despite the MIT version taking advantage of tricks enabled by the ultra simple nature of the language and the restrictions it places on dependency patterns that can be expressed in the language.