From fd7c7248300a0231697064b7e56c64bcfa33676a Mon Sep 17 00:00:00 2001 From: Shunsuke Kanda Date: Sat, 10 Jul 2021 23:20:09 +0900 Subject: [PATCH] add status badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a1597c2..6b42a4a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Xcdat: Fast compressed trie dictionary library +![](https://github.com/kampersanda/xcdat/actions/workflows/cmake.yml/badge.svg) + **Xcdat** is a C++17 header-only library of a fast compressed string dictionary based on an improved double-array trie structure described in the paper: [Compressed double-array tries for string dictionaries supporting fast lookup](https://doi.org/10.1007/s10115-016-0999-8), *Knowledge and Information Systems*, 2017, available [here](https://kampersanda.github.io/pdf/KAIS2017.pdf). ## Table of contents