Skip to content

Commit 17c0b9d

Browse files
committed
now faster using cython
1 parent e810674 commit 17c0b9d

16 files changed

+59310
-10
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
venv
2+
.idea
3+
.pytest_cache
4+
./*.so
Binary file not shown.
2.77 MB
Binary file not shown.

compile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/bash
2+
cython -3 edgemaze.pyx --annotate && python setup.py build_ext --inplace && python -m pytest -v .

0 commit comments

Comments
 (0)