File tree 1 file changed +17
-0
lines changed
1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,23 @@ The VQF Python package can easily be installed from PyPI via pip, e.g.:
35
35
36
36
For more information, please refer to the `documentation <https://vqf.readthedocs.io/ >`__.
37
37
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
+
38
55
License
39
56
-------
40
57
You can’t perform that action at this time.
0 commit comments