Package Info

libdict


C library of key-value data structures with an object-oriented interface


Development/Languages/C and C++

libdict is a C library that provides the following data structures with efficient insert, lookup, and delete routines:

  • height-balanced (AVL) tree
  • red-black tree
  • splay tree
  • weight-balanced tree
  • path-reduction tree
  • treap
  • hashtable, using separate chaining
  • hashtable, using open addressing with linear probing

License: BSD-2-Clause
URL: https://github.com/rtbrick/libdict

Categories

Releases

Package Version Update ID Released Package Hub Version Platforms Subpackages
1.0.1-bp155.1.27 info GA Release 2023-05-22 15 SP5
  • AArch64
  • ppc64le
  • s390x
  • x86-64
  • libdict-devel
  • libdict1_0