Files
owl/extras
Géry Debongnie da275e74fd [REF] owl: move metadata into __info__
This differentiate better metadata and owl exported values.  Also, and
this is the goal, it gives a space to add extra keys in the future.
2019-05-21 13:53:16 +02:00
..
2019-05-17 23:22:54 +02:00

🦉 Extra Stuff 🦉

To help work/improve/learn with OWL, we have here:

  • a benchmarks application
  • a playground application

Both of them can be accessed by using a static http server. A simple python server is available in server.py. There is also a npm script to start it: npm run extras (and its version with a watcher: npm run extras:watch).

Benchmarks

The benchmarks application is a very small application, implemented in different frameworks, and in different versions of Owl. This is a simple internal tool, useful to compare various performance metrics on some tasks.

Playground

The playground is an important application designed to help learning and experimenting with Owl. It is available online.