vardivm / kristals

The (type-enhanced) Crystal implementation of the Vardi VM. Maintainer @ceigey
MIT License
0 stars 0 forks source link

Crystal specific optimisations #2

Open ceigey opened 6 years ago

ceigey commented 6 years ago

Threading

While multicore support is limited (read: non-existant) at this point in time, there is an opportunity to use Crystal's fibres w/ message passing to speed up any transpilation -- (is there even any transpilation at the moment?)

Crystal pattern matching

Self explanatory.