docs: add keyvi as an example that combines cibuildwheel with the ccache action to speedup runtime. (#1735)
* add keyvi to working-examples.md Adding keyvi as example, it combines cibuildwheel with the ccache action to speedup runtime. * Update projects.yml * Update working-examples.md revert changes in auto-generated file * Update working-examples.md
This commit is contained in:
@@ -638,3 +638,10 @@
|
|||||||
os: [windows, linux, apple]
|
os: [windows, linux, apple]
|
||||||
pypi: werpy
|
pypi: werpy
|
||||||
notes: An ultra-fast python package using optimized dynamic programming to compute the Word Error Rate (WER).
|
notes: An ultra-fast python package using optimized dynamic programming to compute the Word Error Rate (WER).
|
||||||
|
|
||||||
|
- name: keyvi
|
||||||
|
gh: KeyviDev/keyvi
|
||||||
|
ci: [github]
|
||||||
|
os: [linux, apple]
|
||||||
|
pypi: keyvi
|
||||||
|
notes: FST based key value index highly optimized for size and lookup performance, utilizes ccache action for improved runtime
|
||||||
|
|||||||
Reference in New Issue
Block a user