Skip to content

Commit 8c27f82

Browse files
committed
Mention C port by Hugo Chiang in the README
Closes #15
1 parent f2a6337 commit 8c27f82

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.rst

+17
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,23 @@ The VQF Python package can easily be installed from PyPI via pip, e.g.:
3535
3636
For more information, please refer to the `documentation <https://vqf.readthedocs.io/>`__.
3737

38+
Implementations
39+
---------------
40+
41+
This project contains several implementations of VQF in different programming languages:
42+
43+
- The main implementation is written in **C++**.
44+
- Cython-based wrappers are provided that allow the fast C++ implementation to be used from **Python**.
45+
- Additionally, there is a (comparatively slow) implementation in **pure Python**.
46+
- A **pure Matlab** version is available as well.
47+
48+
Additionally, you may find the following "inofficial" port useful:
49+
50+
- C, by Hugo Chiang: https://github.com/DusKing1/vqf-c.
51+
52+
If you have ported VQF to a different language and published the code under a permissive license, feel free to let me
53+
know so I can mention your project here.
54+
3855
License
3956
-------
4057

0 commit comments

Comments
 (0)