<div align="center"> <p> <img style="width: 250px" width="250" src="https://user-images.githubusercontent.com/17727170/153699135-a63e9644-1a29-4c04-9de3-c9100b06001d.png" > </p>
<h1>Pendulum Simulation in V</h1>
You can see the origin implementation among with some benchmarks at ulises-jeremias/v-pendulum-simulation.
vlang.io | Docs | Contributing
</div> <div align="center">
</div>
$ v -gc boehm -prod sequential.v
$ ./sequential # execute ./sequential -h for more info
$ v -gc boehm -prod parallel.v
$ ./parallel # execute ./parallel -h for more info

$ v -gc boehm -prod parallel_with_iw.v
$ ./parallel_with_iw # execute ./parallel_with_iw -h for more info

$ v -gc boehm -prod animation.v
$ ./animation # execute ./animation -h for more info
$ v -gc boehm -prod full.v
$ ./full # execute ./full -h for more info
To test the module, just type the following command:
$ v test .
Check the original repository for tools to run benchmark tests. In there you can execute the following command to execute benchmark tests to get a full comparison between implementations:
$ ./bin/run-benchmark-test --help
