Skip to content

Commit

Permalink
docs: add keyvi as an example that combines cibuildwheel with the cca…
Browse files Browse the repository at this point in the history
…che 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
  • Loading branch information
hendrikmuhs committed Jan 29, 2024
1 parent 7154e18 commit d7db575
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/data/projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -638,3 +638,10 @@
os: [windows, linux, apple]
pypi: werpy
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

0 comments on commit d7db575

Please sign in to comment.