Skip to content

Commit

Permalink
Added readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Marenz committed Sep 18, 2016
1 parent d71d7e1 commit c88c1d8
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
This is a D port of nicodjimenez minimal lstm python example found at
http://github.com/nicodjimenez/lstm

You get the best performance when compiling with with ldc in release mode.
The according dub call would be:


```
dub -b ldmd2
```

**NOTE** The required version to compile mir (a library we use for this example)
is **1.1.0-beta2** (at this time, anyway). Check
https://github.com/ldc-developers/ldc for more information


I found that the python example takes **0.18s** to run and with the proper
optimization the D example takes **0.11s**.

0 comments on commit c88c1d8

Please sign in to comment.