From d7db575b96a96a226a1209ef5fe01766702e6083 Mon Sep 17 00:00:00 2001 From: Hendrik Muhs Date: Mon, 29 Jan 2024 21:05:26 +0100 Subject: [PATCH] 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 --- docs/data/projects.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/data/projects.yml b/docs/data/projects.yml index d73ae1cb2..df0e85e4b 100644 --- a/docs/data/projects.yml +++ b/docs/data/projects.yml @@ -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