From 1580fad979cf9b1e8e15b64bd3106e1cd0afc8ac Mon Sep 17 00:00:00 2001 From: Easy Build <easybuild@login4.smc.salomon.it4i.cz> Date: Tue, 4 Sep 2018 10:15:06 +0200 Subject: [PATCH] Tue, 04 Sep 2018 10:15:06 +0200 --- uv2000.md | 1 + 1 file changed, 1 insertion(+) diff --git a/uv2000.md b/uv2000.md index 78a39ee4..ea701e5c 100644 --- a/uv2000.md +++ b/uv2000.md @@ -61,6 +61,7 @@ | [pkg-config](http://www.freedesktop.org/wiki/Software/pkg-config/) | pkg-config is a helper tool used when compiling applications and libraries. It helps you insert the correct compiler options on the command line so an application can use gcc -o test test.c `pkg-config --libs --cflags glib-2.0` for instance, rather than hard-coding values on where to find glib (or other libraries). | | [Qt](http://qt-project.org/) | Qt is a comprehensive cross-platform C++ application framework. | | [Qt5](http://qt.io/) | Qt is a comprehensive cross-platform C++ application framework. | +| [sparsehash](https://github.com/sparsehash/sparsehash) | An extremely memory-efficient hash_map implementation. 2 bits/entry overhead! The SparseHash library contains several hash-map implementations, including implementations that optimize for space or speed. | | [SQLite](http://www.sqlite.org/) | SQLite: SQL Database Engine in a C Library | | [SWIG](http://www.swig.org/) | SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages. | | [xorg-macros](http://cgit.freedesktop.org/xorg/util/macros) | X.org macros utilities. | -- GitLab